Commit 20076e8c4d6af6166d99cf2f810edce34759765c

Authored by jiangjiazhi
1 parent 5828d8a5f4

修改产检删除

Showing 1 changed file with 4 additions and 5 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/RiskPatientsResult.java View file @ 20076e8
... ... @@ -86,7 +86,6 @@
86 86 if(StringUtils.isEmpty(bTime)){
87 87 return SPIT;
88 88 }
89   -
90 89 return bTime;
91 90 }
92 91  
... ... @@ -96,7 +95,7 @@
96 95  
97 96 public String getRegisterAddr() {
98 97  
99   - if(StringUtils.isEmpty(bTime)){
  98 + if(StringUtils.isEmpty(registerAddr)){
100 99 return SPIT;
101 100 }
102 101 return registerAddr;
... ... @@ -108,7 +107,7 @@
108 107  
109 108 public String getAddr() {
110 109  
111   - if(StringUtils.isEmpty(bTime)){
  110 + if(StringUtils.isEmpty(addr)){
112 111 return SPIT;
113 112 }
114 113 return addr;
... ... @@ -120,7 +119,7 @@
120 119  
121 120 public String getFirstBH() {
122 121  
123   - if(StringUtils.isEmpty(bTime)){
  122 + if(StringUtils.isEmpty(firstBH)){
124 123 return SPIT;
125 124 }
126 125 return firstBH;
... ... @@ -132,7 +131,7 @@
132 131  
133 132 public String getCurrentCh() {
134 133  
135   - if(StringUtils.isEmpty(bTime)){
  134 + if(StringUtils.isEmpty(currentCh)){
136 135 return SPIT;
137 136 }
138 137 return currentCh;