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 a783fef..a55090f 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -230,12 +230,6 @@ ) 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 699b40f..35b382c 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,7 +110,6 @@ public class ReportServiceImpl extends BaseServiceImpl implements IReportService /** 产后 */ couponReportMap.put("3_1", "
产后建档券
使用人次
"); couponReportMap.put("4_1", "
分娩券
使用人次
"); - couponReportMap.put("5_1", "
出院小结券
使用人次
"); couponReportMap.put("6_1", "
42天访视券
使用人次
"); couponReportMap.put("6_2", "
产后复查券(一)
使用人次
"); couponReportMap.put("6_3", "
产后复查券(二)
使用人次
");