diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/push/IwsCostPushMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/push/IwsCostPushMapper.xml
index 1058ab69..bf6725c1 100644
--- a/bonus-modules/bonus-material/src/main/resources/mapper/material/push/IwsCostPushMapper.xml
+++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/push/IwsCostPushMapper.xml
@@ -724,10 +724,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and sad.slt_type = #{type}
- and sad.slt_type = #{type} and saa.is_charge = 1
+ and sad.slt_type = #{type} and sad.is_charge = 1
- and LEFT(saa.audit_time,7) = #{month}
+ and LEFT(saa.create_time,7) = #{month}
and saa.settlement_type = #{settlementType}