Commit adf856ea2478696cf91f3a83d45ce13ad5bb1bab
1 parent
f1049dcc35
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 10 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
adf856e
| ... | ... | @@ -4754,7 +4754,16 @@ |
| 4754 | 4754 | // } |
| 4755 | 4755 | // } |
| 4756 | 4756 | // } |
| 4757 | - | |
| 4757 | + /** | |
| 4758 | + * lis男女婚检结果 同步到院内男女婚检 | |
| 4759 | + * @return | |
| 4760 | + */ | |
| 4761 | + @RequestMapping(value = "/autoHjInLis", method = RequestMethod.GET) | |
| 4762 | + @ResponseBody | |
| 4763 | + public String autoHjInLis() { | |
| 4764 | + lhxfyService.autoHjInLis(); | |
| 4765 | + return "success"; | |
| 4766 | + } | |
| 4758 | 4767 | |
| 4759 | 4768 | |
| 4760 | 4769 | } |