Commit aac0d8aafd85a1b87e48b490388214e1440ed120

Authored by jiangjiazhi
1 parent 65fc309f91
Exists in master and in 1 other branch dev

修改电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/AntExRecordWorker.java View file @ aac0d8a
... ... @@ -159,7 +159,7 @@
159 159 String ri= commonService.resloveFactor(e.gethRisk());
160 160 if(ri.isEmpty()){
161 161 ri=fxys;
162   - }else{
  162 + }else if(StringUtils.isNotEmpty(fxys)){
163 163 ri+=","+fxys;
164 164 }
165 165 antExManagerResult.setRiskFactor(ri);