Commit 2f8b2f87f309ae346ff9859a2a5b759ac7894765
1 parent
fa1a7da406
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/SyncDataController.java
View file @
2f8b2f8
... | ... | @@ -279,7 +279,7 @@ |
279 | 279 | * @return |
280 | 280 | */ |
281 | 281 | @ResponseBody |
282 | - @RequestMapping(value = "/setStopService", method = RequestMethod.POST) | |
282 | + @RequestMapping(value = "/setStopService", method = RequestMethod.GET) | |
283 | 283 | public BaseResponse setStopService(@RequestParam(required = false) String hospitalId, |
284 | 284 | @RequestParam(required = false) String patientId) { |
285 | 285 | try { |