#
LSH
2022-11-28 0956cd2d3f2840f2f26855f05a83165d63dd7ba1
src/main/resources/mapper/LocMastMapper.xml
@@ -33,8 +33,8 @@
        <result column="inv_wh" property="invWh" />
        <result column="mk" property="mk" />
        <result column="barcode" property="barcode" />
        <result column="Pdc_type" property="PdcType" />
        <result column="ctn_no" property="ctnNo" />
        <result column="channel" property="channel" />
    </resultMap>
@@ -46,7 +46,7 @@
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
        </if>
        order by loc_sts desc ,lev1 asc,bay1 asc
        order by NEWID(),lev1 asc,bay1 asc
    </select>
    <select id="queryDemoSourceLoc" resultMap="BaseResultMap">