diff --git a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml index fb59f07ed..957af4d56 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml @@ -107,7 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - and a.problem_type != 173 and a.problem_type != 170 + and ( a.problem_type is null or (a.problem_type is not null and (a.problem_type != 173 and a.problem_type != 170) ) ) and a.send_site_code = #{params.sendSiteCode}