zwl
2025-12-25 fcf47692a8115c53855e5f7a593238306cd59e69
src/main/resources/mapper/LocMastMapper.xml
@@ -33,9 +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="pic" property="pic" />
    </resultMap>
    <select id="queryFreeLocMast" resultMap="BaseResultMap">
@@ -46,7 +45,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">