自动化立体仓库 - WMS系统
Junjie
2023-12-12 5d48d59ca16cdca92c55195144f8e280914cfc05
src/main/resources/mapper/LocMastMapper.xml
@@ -119,7 +119,7 @@
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
        </if>
        ORDER BY lev1,bay1,row1
        ORDER BY row1,bay1,lev1
    </select>
    <select id="selectEmptyByLocNos" resultMap="BaseResultMap">