自动化立体仓库 - WMS系统
zyx
2023-10-26 d2756e02d9a9644ee20ced7d8d7ef7bf109126af
Merge branch 'tzskasrs' of http://47.97.1.152:5880/r/zy-asrs into tzskasrs
1个文件已修改
6 ■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -68,9 +68,9 @@
            <when test="suppCode != null and suppCode != ''">
                and supp_code = #{suppCode}
            </when>
            <otherwise>
                and (supp_code IS NULL OR supp_code = '')
            </otherwise>
<!--            <otherwise>-->
<!--                and (supp_code IS NULL OR supp_code = '')-->
<!--            </otherwise>-->
        </choose>
        <include refid="batchSeq"></include>
    </select>