diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml
index 1583991e..bf3e02cf 100644
--- a/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml
+++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/settlement/SltAgreementInfoMapper.xml
@@ -399,9 +399,6 @@
and mt.jiju_type = #{info.settlementType}
-
- and mt.jiju_type in (1,2)
-
and rc.task_id in
@@ -442,9 +439,6 @@
and mt.jiju_type = #{info.settlementType}
-
- and mt.jiju_type in (1,2)
-
and rc.task_id in
@@ -1208,9 +1202,6 @@
and mt.jiju_type = #{info.settlementType}
-
- and mt.jiju_type in (1,2)
-
@@ -1284,9 +1275,6 @@
and mt.jiju_type = #{info.settlementType}
-
- and mt.jiju_type in (1,2)
-
and tta.agreement_id in
@@ -1352,9 +1340,6 @@
and mt.jiju_type = #{info.settlementType}
-
- and mt.jiju_type in (1,2)
-
and bai.unit_id = #{info.unitId}
@@ -1427,9 +1412,6 @@
and mt.jiju_type = #{info.settlementType}
-
- and mt.jiju_type in (1,2)
-
and tt.create_time between #{info.startTime} and #{info.endTime}