Commit 685018bbccd8d2f24ddc3831f444a5c2988663fc
1 parent
cf93c28a6c
Exists in
master
and in
6 other branches
改bug
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ReportController.java
View file @
685018b
... | ... | @@ -68,11 +68,11 @@ |
68 | 68 | * @return |
69 | 69 | */ |
70 | 70 | @ResponseBody |
71 | -// @TokenRequired | |
71 | + @TokenRequired | |
72 | 72 | @RequestMapping(value = "/patients/export2", method = RequestMethod.GET) |
73 | 73 | public void patientsExport2(String provinceId, String cityId, String areaId, String streetId, Integer ageType, Integer patientType, Date startDate, Date endDate, HttpServletRequest request, HttpServletResponse response) { |
74 | -// reportService.patientsExport2(provinceId, cityId, areaId, streetId, ageType, patientType, startDate, endDate, getUserId(request), response); | |
75 | - reportService.patientsExport2(provinceId, cityId, areaId, streetId, ageType, patientType, startDate, endDate, 1000000185, response); | |
74 | + reportService.patientsExport2(provinceId, cityId, areaId, streetId, ageType, patientType, startDate, endDate, getUserId(request), response); | |
75 | +// reportService.patientsExport2(provinceId, cityId, areaId, streetId, ageType, patientType, startDate, endDate, 1000000185, response); | |
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |