Commit 327bb49a40e6426f9b18726bab7e40d63a64117c
1 parent
e3e47e6c2f
Exists in
master
and in
8 other branches
修改产检删除
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
327bb49
| ... | ... | @@ -129,6 +129,7 @@ |
| 129 | 129 | if (ErrorCodeConstants.RUN_MODE.equals(runType)) { |
| 130 | 130 | String parentId =antenatalExaminationFacade.handHideBuild(deliverAddRequest.getPid(), deliverAddRequest.getParentId(), userId); |
| 131 | 131 | if (StringUtils.isEmpty(parentId)) { |
| 132 | + logger.warn("get handHideBuild parentId is null."); | |
| 132 | 133 | } |
| 133 | 134 | maternalDeliverModel.setParentId(parentId); |
| 134 | 135 | } |