src/main/resources/mapper/LocDetlMapper.xml @@ -64,6 +64,7 @@ where 1=1 and loc_no = #{locNo} and matnr = #{matnr} and (batch IS NULL OR batch = '') <choose> <when test="suppCode != null and suppCode != ''"> and supp_code = #{suppCode}