Commit a0250fb083980c885ea0a06a27c82b6d19a287a7
1 parent
092e04567f
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/PatientCourseController.java
View file @
a0250fb
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | * @param request |
28 | 28 | * @return |
29 | 29 | */ |
30 | - @RequestMapping(method = RequestMethod.POST, value = "/getOrderPatientCourseList") | |
30 | + @RequestMapping(method = RequestMethod.GET, value = "/getOrderPatientCourseList") | |
31 | 31 | @ResponseBody |
32 | 32 | @TokenRequired |
33 | 33 | public BaseResponse getOrderPatientCourseList(@RequestParam(required = false) String courseId, |