Commit 93f45f9a35d003aa8d87d048b2e3a89e17054fac

Authored by jiangjiazhi
1 parent 53ff36698c

1

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanPatientWorker.java View file @ 93f45f9
... ... @@ -176,6 +176,7 @@
176 176  
177 177  
178 178 stopWatch.stop();
  179 + stopWatch.start("query basicconfig");
179 180 //注册地址
180 181 quanPatientsResult.setRegisterAddr(CommonsHelper.getResidence(patients.getProvinceId(), patients.getCityId(), patients.getAreaId(), patients.getStreetId(), patients.getAddress(), basicConfigService));
181 182 quanPatientsResult.setAddr(CommonsHelper.getResidence(patients.getProvinceRegisterId(), patients.getCityRegisterId(), patients.getAreaRegisterId(), patients.getStreetRegisterId(), patients.getAddressRegister(), basicConfigService));
... ... @@ -214,6 +215,7 @@
214 215  
215 216 quanPatientsResult.setrLevel(HighScoreResult.filter(level));
216 217 }
  218 + stopWatch.stop();
217 219 data.add(quanPatientsResult);
218 220 logger.debug(stopWatch.toString());
219 221 }