Commit 9f32a6688acf62d86508b47bc77fad20145aebab
1 parent
b8b43e1a69
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/FollowUpController.java
View file @
9f32a66
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | * @param request |
51 | 51 | * @return |
52 | 52 | */ |
53 | - @RequestMapping(method = RequestMethod.POST, value = "/delFollowUp") | |
53 | + @RequestMapping(method = RequestMethod.POST, value = "/queryFollowUpList") | |
54 | 54 | @ResponseBody |
55 | 55 | public BaseResponse queryFollowUpList(FollowUpQuery query, HttpServletRequest request){ |
56 | 56 | //获取当前登录用户ID |