自动化立体仓库 - WMS系统
#
TQS
2023-01-13 793a8667b34f33bcd2977ddad65c94ff16aa0c04
#
1个文件已修改
1个文件已删除
22 ■■■■■ 已修改文件
src/main/java/checkRecord.sql 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocMastMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/checkRecord.sql
File was deleted
src/main/resources/mapper/LocMastMapper.xml
@@ -107,10 +107,10 @@
                </if>
                <choose>
                    <when test="inoutEveryday != null and inoutEveryday">
                        AND bay1 &lt; 11 and lev1 in (2,3,4)
                        AND bay1 &lt; 11 and lev1 in (3,4)
                    </when>
                    <otherwise>
                        AND (bay1 >= 11 or (bay1 &lt; 11 and lev1 in (1)))
                        AND (bay1 >= 11 or (bay1 &lt; 11 and lev1 in (1,2)))
                    </otherwise>
                </choose>
                and loc_no not in ('0100101', '0200101', '0300101', '1200701', '1300701', '1400701', '1900401', '2000401', '2100401')