Commit 9a501dcb49c6ebfcc01cb15ff0eba3a6f3ab57ac

Authored by yangfei
1 parent b3b9d26000

自动生成追访信息

Showing 1 changed file with 0 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TrackDownServiceImpl.java View file @ 9a501dc
... ... @@ -156,8 +156,6 @@
156 156 Integer postInt = postReviewService.count(postReviewQuery);
157 157 if (postInt > 0) {//大于0
158 158 temp.put("chfc", 1);
159   - } else if(patients.getType() == 3){
160   - temp.put("chfc", 2);
161 159 }
162 160 temp.put("chfcCount", postInt); // 复查次数
163 161 }
... ... @@ -237,8 +235,6 @@
237 235 Integer postInt = postReviewService.count(postReviewQuery);
238 236 if (postInt > 0) {//大于0
239 237 temp.put("chfc", 1);
240   - } else if(patient.getType() == 3){
241   - temp.put("chfc", 2);
242 238 }
243 239 temp.put("chfcCount", postInt); // 复查次数
244 240 }