diff --git a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
index aa63796..de0cdf3 100644
--- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
+++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
@@ -262,11 +262,9 @@
) b
where a.used_hospital_id = b.hospital_id and a.coupon_template_id = b.id and a.status = 2
--- and a.use_date >= #{startDate}
and a.create_date >= #{startDate}
--- and a.use_date #{endDate}
and a.create_date #{endDate}
group by b.coupon_order, b.type, a.used_hospital_id