自动化立体仓库 - WMS系统
ZY
2024-08-13 2c1f34d284e66e5973aa6817cda2856fbb06789e
出库逻辑调整
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -256,7 +256,7 @@
<!--        </if>-->
        <if test="model != null and model != ''">
            and a.model = #{model}
          and (a.pg_no is null or LENGTH(TRIM(pg_no)) = 0)
          and (a.pg_no is null or LEN(LTRIM(RTRIM(pg_no))) = 0)
        </if>
        <if test="locNos != null and locNos.size > 0">