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>