src/main/resources/mapper/LocDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/LocDetlMapper.xml
@@ -68,9 +68,9 @@ <when test="suppCode != null and suppCode != ''"> and supp_code = #{suppCode} </when> <otherwise> and (supp_code IS NULL OR supp_code = '') </otherwise> <!-- <otherwise>--> <!-- and (supp_code IS NULL OR supp_code = '')--> <!-- </otherwise>--> </choose> <include refid="batchSeq"></include> </select>