Commit a8969da846bf9e7125a90b23b7a31cfcc05809cf
1 parent
5e24655152
Exists in
master
and in
6 other branches
核验信息update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
a8969da
... | ... | @@ -1244,8 +1244,8 @@ |
1244 | 1244 | operateLogFacade.addModifyOptLog(userId, Integer.valueOf(beforePatient.getHospitalId()), beforePatient, patient, OptActionEnums.UPDATE.getId(), "孕妇建档修改"); |
1245 | 1245 | |
1246 | 1246 | /** 建档核验模块 **/ |
1247 | - //建档修改成功后修改核验结果 | |
1248 | - if(null != yunRequest.getVerifyInfo() && StringUtils.isNotEmpty(yunRequest.getVerifyInfo().getId())){ | |
1247 | + //建档修改成功后添加或修改核验结果 | |
1248 | + if(null != yunRequest.getVerifyInfo() && StringUtils.isNotEmpty(id)){ | |
1249 | 1249 | authenticationFacade.addOrUpDate(yunRequest.getVerifyInfo(), userId); |
1250 | 1250 | } |
1251 | 1251 | /**------------**/ |