src/main/resources/mapper/LocDetlMapper.xml
@@ -68,6 +68,9 @@ <when test="suppCode != null and suppCode != ''"> and supp_code = #{suppCode} </when> <otherwise> and (supp_code IS NULL OR supp_code = '') </otherwise> </choose> <include refid="batchSeq"></include> </select>