Commit c2dbce9568ca3ecfc15e9c90a32a90ab6efa5bc9
1 parent
13d1150116
Exists in
master
and in
3 other branches
区域档案管理
Showing 1 changed file with 0 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanPatientWorker.java
View file @
c2dbce9
... | ... | @@ -80,7 +80,6 @@ |
80 | 80 | antExChuQuery1.setYn(YnEnums.YES.getId()); |
81 | 81 | for (Patients patients : patientses) { |
82 | 82 | try { |
83 | - StopWatch stopWatch = new StopWatch("QuanPatientWorker -" + patients.getId()); | |
84 | 83 | QuanPatientsResult quanPatientsResult = new QuanPatientsResult(); |
85 | 84 | |
86 | 85 | quanPatientsResult.setVcCardNo(patients.getVcCardNo()); |
87 | 86 | |
... | ... | @@ -292,9 +291,7 @@ |
292 | 291 | |
293 | 292 | quanPatientsResult.setrLevel(HighScoreResult.filter(level)); |
294 | 293 | } |
295 | - stopWatch.stop(); | |
296 | 294 | data.add(quanPatientsResult); |
297 | - logger.debug(stopWatch.toString()); | |
298 | 295 | }catch (Exception e) |
299 | 296 | { |
300 | 297 |