自动化立体仓库 - WMS系统
#
qlsxk
2025-10-14 c039bdc062899af5d3c7782bc0e3f38d8b39fc87
src/main/resources/mapper/LocMastMapper.xml
@@ -33,12 +33,12 @@
        <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" />
    </resultMap>
    <select id="queryFreeLocMast" resultMap="BaseResultMap">
        select top 1 * from asr_loc_mast where row1=#{row} and loc_sts='O' order by loc_sts desc ,lev1 asc,bay1 asc
    <select id="getLevList" resultType="integer">
        select DISTINCT lev1 from asr_loc_mast
    </select>
</mapper>