Commit e61c4789dbc9068d58b9a18035eb2920ef41c3a3
1 parent
244b2b0072
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java
View file @
e61c478
... | ... | @@ -565,11 +565,10 @@ |
565 | 565 | } |
566 | 566 | |
567 | 567 | //导出管理记录表 |
568 | - @RequestMapping(value = "/exportWcBabyReportExcl", method = RequestMethod.GET) | |
568 | + @RequestMapping(value = "/recordSheetWord", method = RequestMethod.GET) | |
569 | 569 | @TokenRequired |
570 | 570 | public void exportManagementRecords(HttpServletRequest request, HttpServletResponse response, |
571 | 571 | @RequestParam(required = false) String id) { |
572 | - LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); | |
573 | 572 | Map<String, Object> map = babyBookbuildingFacade.getData(id); |
574 | 573 | try { |
575 | 574 | // 验证License |