diff --git a/dl-module-inspection/src/main/resources/mapper/inspection/InspectionInfoMapper.xml b/dl-module-inspection/src/main/resources/mapper/inspection/InspectionInfoMapper.xml index c0f5c53c..8d1f2cc3 100644 --- a/dl-module-inspection/src/main/resources/mapper/inspection/InspectionInfoMapper.xml +++ b/dl-module-inspection/src/main/resources/mapper/inspection/InspectionInfoMapper.xml @@ -762,6 +762,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + + AND ins.reinspect_count != 0 AND ins.reinspect_count IS NOT NULL + + + AND ins.recheck_count != 0 AND ins.recheck_count IS NOT NULL + and (oi.pay_money is null OR oi.pay_type = 'sz')