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 a55090f..a783fef 100644
--- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
+++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
@@ -230,6 +230,12 @@
) 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.use_date #{endDate}
+
group by b.coupon_order, b.type, a.used_hospital_id
diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
index 7643a25..9e4179d 100644
--- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
+++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
@@ -110,6 +110,7 @@ public class ReportServiceImpl extends BaseServiceImpl implements IReportService
/** 产后 */
couponReportMap.put("3_1", "
");
couponReportMap.put("4_1", "");
+ couponReportMap.put("5_1", "");
couponReportMap.put("6_1", "");
couponReportMap.put("6_2", "");
couponReportMap.put("6_3", "");