Commit f18bd0acba4cbc10ded05a3688b15f77d35f494e
1 parent
54d298c696
Exists in
master
and in
6 other branches
秦皇岛冠新公卫接口
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/QhdJbgwController.java
View file @
f18bd0a
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | private QhdJbgwInterface qhdJbgwInterface; |
23 | 23 | |
24 | 24 | |
25 | - @RequestMapping(method = RequestMethod.POST,value = "/qhd/ycdj") | |
25 | + @RequestMapping(/*method = RequestMethod.POST,*/value = "/qhd/ycdj") | |
26 | 26 | @ResponseBody |
27 | 27 | public List<Map<String,String>> qhdYcdj(@RequestBody String startDate,@RequestBody String endDate){ |
28 | 28 | if(StringUtils.isNotEmpty(startDate) && StringUtils.isNotEmpty(endDate)){ |