Commit dbf63de51060cbc65166913c58f0fbb7d14815f6

Authored by litao@lymsh.com
1 parent 6de9cc890d

统计

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java View file @ dbf63de
... ... @@ -736,7 +736,7 @@
736 736 }
737 737 }
738 738 Criteria c = new Criteria();
739   - c.and("hospitalId").in(hospitalIds).and("isSendCoupon").ne(!isSendCoupon).and("yn").ne(0);
  739 + c.and("hospitalId").in(hospitalIds).and("isSendCoupon").ne(!isSendCoupon).and("yn").ne(0).and("enable").ne("2");
740 740 if(startDate != null && endDate != null) {
741 741 c.and("bookbuildingDate").gte(startDate).lt(DateUtil.addDay(endDate, 1));
742 742 }