Commit 9ef64658ae9ede991ffb7a1360ac78f763f1aeef
1 parent
e0c4600265
Exists in
master
and in
1 other branch
转诊管理模块
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HighriskChangeHospitalController.java
View file @
9ef6465
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | * @param request |
| 42 | 42 | * @return |
| 43 | 43 | */ |
| 44 | - @RequestMapping(method = RequestMethod.GET, value = "/delHighriskChangeHospital") | |
| 44 | + @RequestMapping(method = RequestMethod.GET, value = "/exportExcel") | |
| 45 | 45 | @ResponseBody |
| 46 | 46 | public BaseResponse exportExcel(HighriskChangeHospitalQuery query, HttpServletRequest request){ |
| 47 | 47 | //获取当前登录用户ID |