Commit 519902aa83504334b933c6100b5ad9fad895bac4
1 parent
8be41989d2
Exists in
master
and in
6 other branches
未使用优惠券
Showing 2 changed files with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ReportController.java
View file @
519902a
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | @ResponseBody |
78 | 78 | @TokenRequired |
79 | 79 | public void unUsedExport(Date startDate, Date endDate, String provinceId, String cityId, String areaId, String hospitalId, HttpServletRequest request, HttpServletResponse response) { |
80 | - reportService.unUsedExport(startDate, endDate, provinceId, cityId, areaId, hospitalId, getUserId(request), response); | |
80 | + reportService.unSendExport(startDate, endDate, provinceId, cityId, areaId, hospitalId, getUserId(request), response); | |
81 | 81 | } |
82 | 82 | |
83 | 83 | /** |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
519902a