自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-23 a65699eb74586c6cdd9773a4489ae9accb93e37d
src/main/resources/mapper/LocMastMapper.xml
@@ -36,6 +36,6 @@
    </resultMap>
    <select id="queryFreeLocMast" resultMap="BaseResultMap">
        select top 1 * from asr_loc_mast where row1=#{row} and loc_type='O' order by loc_type desc ,lev1 asc,bay1 asc
        select top 1 * from asr_loc_mast where row1=#{row} and loc_sts='O' order by loc_sts desc ,lev1 asc,bay1 asc
    </select>
</mapper>