自动化立体仓库 - WMS系统
Junjie
2024-05-31 4741603f82a91c28edfdcc37f502e92aad579013
#新旧物料更新接口
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/MatMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/MatMapper.xml
@@ -68,7 +68,7 @@
        <if test="matnr != null and matnr != ''">
            and mm.matnr like concat('%',#{matnr},'%')
        </if>
        <if test="matnr != null and matnr != ''">
        <if test="matnr2 != null and matnr2 != ''">
            and mm.matnr2 like concat('%',#{matnr2},'%')
        </if>
        <if test="maktx != null and maktx != ''">