Commit 0b6dd796ce7a77b1a8ff55e1146681d9c6906c12
1 parent
ce30087bbd
Exists in
master
and in
6 other branches
统计
Showing 1 changed file with 2 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ReportController.java
View file @
0b6dd79
... | ... | @@ -45,10 +45,9 @@ |
45 | 45 | */ |
46 | 46 | @RequestMapping(value = "/coupon/unSend/export", method = RequestMethod.GET) |
47 | 47 | @ResponseBody |
48 | -// @TokenRequired | |
48 | + @TokenRequired | |
49 | 49 | public void unSendExport(Date startDate, Date endDate, String provinceId, String cityId, String areaId, String hospitalId, HttpServletRequest request, HttpServletResponse response) { |
50 | -// reportService.unSendExport(startDate, endDate, provinceId, cityId, areaId, hospitalId, getUserId(request), response); | |
51 | - reportService.unSendExport(startDate, endDate, provinceId, cityId, areaId, hospitalId, 1000000185, response); | |
50 | + reportService.unSendExport(startDate, endDate, provinceId, cityId, areaId, hospitalId, getUserId(request), response); | |
52 | 51 | } |
53 | 52 | |
54 | 53 | /** |