Commit e0c460026574892b85c1c6addeacc8453c6b0028
1 parent
9f32a6688a
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/HearingDiagnoseController.java
View file @
e0c4600
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | * @param request |
43 | 43 | * @return |
44 | 44 | */ |
45 | - @RequestMapping(method = RequestMethod.POST, value = "/delHearingDiagnose") | |
45 | + @RequestMapping(method = RequestMethod.POST, value = "/queryHearingDiagnoseList") | |
46 | 46 | @ResponseBody |
47 | 47 | public BaseResponse queryHearingDiagnoseList(HearingDiagnoseQuery query, HttpServletRequest request){ |
48 | 48 | //获取当前登录用户ID |