自动化立体仓库 - WMS系统
pang.jiabao
5 天以前 d18505cc87fa30a5b202057bbcc4236986efc80a
src/main/resources/mapper/LocDetlMapper.xml
@@ -545,7 +545,7 @@
        <if test="locNos != null and locNos.size > 0">
            and b.loc_no not in
            and (b.loc_no + '_' + a.matnr + '_' + a.batch) not in
            <foreach item="item" collection="locNos" index="index"  separator="," open="(" close=")">
                #{item}
            </foreach>