自动化立体仓库 - WMS系统
dubin
2026-02-07 8bc35cc4f75cfb435577e34763002f69def6a1a2
src/main/resources/mapper/LocMastMapper.xml
@@ -126,7 +126,7 @@
        <if test="locType2 == 5">
            and lev1 in(4,5)
        </if>
        order by lev1 asc,bay1 asc
        order by bay1 asc,lev1 asc,row1 asc
    </select>
    <select id="queryLocToTwo" resultMap="BaseResultMap">
@@ -138,7 +138,7 @@
        <if test="locType2 == 8">
            and lev1 in(3,4,5,6)
        </if>
        order by lev1 asc,bay1 asc
        order by bay1 asc,lev1 asc,row1 asc
    </select>
    <select id="queryLocToSpecal" resultMap="BaseResultMap">
@@ -150,7 +150,7 @@
        <if test="locType1 == 2">
            and lev1 in(2,3)
        </if>
        order by lev1 asc,bay1 asc
        order by bay1 asc,lev1 asc,row1 asc
    </select>
    <select id="queryLocToOneEmpty" resultMap="BaseResultMap">
@@ -162,6 +162,6 @@
        <if test="locType2 == 6">
            and lev1 in(1,2,3)
        </if>
        order by lev1 asc,bay1 asc
        order by bay1 asc,lev1 asc,row1 asc
    </select>
</mapper>