Commit 5e24655152d2db1c02d89afc15ff3dd1c36f0294
1 parent
d05df80b85
Exists in
master
and in
6 other branches
核验信息update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
5e24655
... | ... | @@ -360,7 +360,7 @@ |
360 | 360 | operateLogFacade.addAddOptLog(userId, Integer.valueOf(yunRequest.getHospitalId()), p, OptActionEnums.ADD.getId(), "孕妇建档"); |
361 | 361 | /** 建档核验模块 **/ |
362 | 362 | //建档成功后保存核验结果 |
363 | - if(StringUtils.isNotEmpty(p.getId())){ | |
363 | + if(StringUtils.isNotEmpty(p.getId()) && null != yunRequest.getVerifyInfo()){ | |
364 | 364 | yunRequest.getVerifyInfo().setPid(p.getId()); |
365 | 365 | yunRequest.getVerifyInfo().setVerifyDate(p.getBookbuildingDate()); |
366 | 366 | authenticationFacade.addOrUpDate(yunRequest.getVerifyInfo(), userId); |