Commit 766cb5527909ff4c23a8434e07a25ffeb06ca150
1 parent
38213e01df
Exists in
master
and in
6 other branches
请求方式修改
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/FollowUpController.java
View file @
766cb55
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | * @param babyId 随访记录id |
51 | 51 | * @return |
52 | 52 | */ |
53 | - @RequestMapping(method = RequestMethod.POST, value = "/getFollowUpList") | |
53 | + @RequestMapping(method = RequestMethod.GET, value = "/getFollowUpList") | |
54 | 54 | @ResponseBody |
55 | 55 | public BaseResponse getFollowUpList(String babyId) { |
56 | 56 | |
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | * @param fuId 随访记录id |
79 | 79 | * @return |
80 | 80 | */ |
81 | - @RequestMapping(method = RequestMethod.POST, value = "/queryBabyPatientExtendEarFollowUpOne") | |
81 | + @RequestMapping(method = RequestMethod.GET, value = "/queryBabyPatientExtendEarFollowUpOne") | |
82 | 82 | @ResponseBody |
83 | 83 | public BaseResponse queryBabyPatientExtendEarFollowUpOne(String fuId) { |
84 | 84 | BabyPatientExtendEarFollowUp followUp = babyPatientExtendEarFollowUpService.getBabyPatientExtendEarFollowUp(fuId); |
... | ... | @@ -97,7 +97,7 @@ |
97 | 97 | * @param request |
98 | 98 | * @return |
99 | 99 | */ |
100 | - @RequestMapping(method = RequestMethod.POST, value = "/queryBabyPatientExtendEarFollowUpList") | |
100 | + @RequestMapping(method = RequestMethod.GET, value = "/queryBabyPatientExtendEarFollowUpList") | |
101 | 101 | @ResponseBody |
102 | 102 | public BaseResponse queryBabyPatientExtendEarFollowUpList(FollowUpRequest fur, HttpServletRequest request) { |
103 | 103 | //获取当前登录用户ID |