src/main/resources/mapper/LocDetlMapper.xml
@@ -64,6 +64,11 @@ where 1=1 and loc_no = #{locNo} and matnr = #{matnr} <choose> <when test="suppCode != null and suppCode != ''"> and supp_code = #{suppCode} </when> </choose> <include refid="batchSeq"></include> </select>