Commit 33428363f041e01752e49819c19df22231d0cc93
1 parent
d42c933496
Exists in
master
and in
6 other branches
儿童建档
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 @
3342836
... | ... | @@ -437,9 +437,10 @@ |
437 | 437 | // createBuildSms(babyModel); |
438 | 438 | createBuildMsg(babyModel); |
439 | 439 | }*/ |
440 | + operateLogFacade.addModifyOptLog(userId, Integer.valueOf(model.getHospitalId()), list.get(0), model, OptActionEnums.UPDATE.getId(), "修改儿童建档"); | |
440 | 441 | } |
441 | 442 | |
442 | - operateLogFacade.addModifyOptLog(userId, Integer.valueOf(model.getHospitalId()), list.get(0), model, OptActionEnums.UPDATE.getId(), "修改儿童建档"); | |
443 | + | |
443 | 444 | |
444 | 445 | babyBookbuildingService.updateBabyBuild(model, request.getId()); |
445 | 446 | model.setId(request.getId()); |