Commit 855db906e9783f2c4d7e7999a876b8b11199a945

Authored by jiangjiazhi
1 parent 43192d68af

增加设置parentid

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/RiskPatientsResult.java View file @ 855db90
... ... @@ -130,7 +130,7 @@
130 130 }
131 131  
132 132 public String getrFactor() {
133   - if(null==rFactor){
  133 + if(org.apache.commons.lang.StringUtils.isEmpty(rFactor)){
134 134 return SPIT;
135 135 }
136 136 return rFactor;