Commit ae4096e2c41180ca97099a5bc1031ac2a27f0b3b

Authored by litao@lymsh.com
1 parent bde8493d9a

gai bug

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ReportController.java View file @ ae4096e
... ... @@ -44,7 +44,7 @@
44 44 @RequestMapping(value = "/patients", method = RequestMethod.GET)
45 45 public BaseObjectResponse patients(@RequestParam String provinceId, String cityId, String areaId, String streetId, Integer statistType, Integer statistVal,
46 46 Integer ageType, Integer patientType, Date startDate, Date endDate, HttpServletRequest request) {
47   - return reportService.patients(provinceId, cityId, areaId, streetId, statistType, statistVal, ageType, patientType, startDate, endDate, getUserId(request));
  47 + return reportService.patients(provinceId, cityId, areaId, streetId, 1, statistVal, ageType, patientType, startDate, endDate, getUserId(request));
48 48 }
49 49  
50 50 /**