Commit 0403c96e0e4c2f9c8b6f32f01b66215385e80c37

Authored by wtt
1 parent 0c7bc7f40d

update

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ 0403c96
... ... @@ -473,7 +473,7 @@
473 473 operateLogFacade.addModifyOptLog(userId, Integer.valueOf(model.getHospitalId()), list.get(0), model, OptActionEnums.UPDATE.getId(), "修改儿童建档");
474 474 }
475 475  
476   -
  476 + model.setEndCase(0);//秦皇岛,默认未结案
477 477 babyBookbuildingService.updateBabyBuild(model, request.getId());
478 478  
479 479 // 更新追访概况,作废档案转正
... ... @@ -770,6 +770,7 @@
770 770 // String hospitalName = organizationService.getOrganization(Integer.valueOf(request.getHospitalId())).getName();
771 771 getNumberCode(model);
772 772 operateLogFacade.addAddOptLog(userId, Integer.valueOf(hid), model, OptActionEnums.ADD.getId(), "儿童建档");
  773 + model.setEndCase(0);//秦皇岛,默认未结案
773 774 model = babyBookbuildingService.addBabyBookbuilding(model);
774 775  
775 776 // 更新追访概况,作废档案转正