自动化立体仓库 - WMS系统
#
Junjie
2023-10-25 668c2b945dc95069ff1264323d29353da8476eb4
#
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>