自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-11-03 77b0c960b2e6e3063f4deb79609894076d3a1351
#
1个文件已修改
4 ■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -246,7 +246,9 @@
        and b.bay1 = #{bay}
        and b.loc_sts = 'F'
        order by b.row1
        <if test="orderBy != null and orderBy != '' and orderBy == 'false'">
            desc
        </if>
    </select>
    <select id="queryStockAnfme" resultType="java.lang.Double">