Commit 0e312837e088982ee1e2a888d0a906f5d66d3b7e

Authored by zhangchao
1 parent 09a64d63b8
Exists in dev

#fix:优化大同产检、检查管理高危因素逻辑处理

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PregnantBuildController.java View file @ 0e31283
... ... @@ -836,5 +836,9 @@
836 836 //建档数据导入更新
837 837 @RequestMapping(value = "/testUpdateBatch", method = RequestMethod.GET)
838 838 public void updateBatch(String name){bookbuildingFacade.updateBatch(name);}
  839 + @RequestMapping(value = "/dt/testInit", method = RequestMethod.GET)
  840 + public void init(){
  841 + bookbuildingFacade.testInit();
  842 + }
839 843 }