Commit 9d635028e7b070d7b83c309e601c9c6e667462e9

Authored by litao
1 parent 52f6dda56c

增加排序

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 @ 9d63502
... ... @@ -40,7 +40,7 @@
40 40 * @param childBirth 统计范围 1=孕妇 3=产妇 不传=全部
41 41 * @return
42 42 */
43   - @RequestMapping(method = RequestMethod.GET, value = "/getCheckStatistics")
  43 +// @RequestMapping(method = RequestMethod.GET, value = "/getCheckStatistics")
44 44 @ResponseBody
45 45 @TokenRequired
46 46 @Deprecated