Commit a510d83c7d4441e830f8be79723a7638587eef28

Authored by Administrator
1 parent 83ff73c1bb

update

Showing 2 changed files with 0 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/ChaseVisitHistory.java View file @ a510d83
... ... @@ -57,7 +57,6 @@
57 57 archive.setFollowupTime(archive.getCreated());
58 58 residentsArchiveService.updateResident(archive, archive.getId());
59 59 i++;
60   - System.out.println("处理妇女数据 " + archive.getId());
61 60 }
62 61 System.out.println("妇女数据已处理=====》" + i);
63 62 data.put("woman", archiveModel.size());
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/GravidaVisitHistory.java View file @ a510d83
... ... @@ -82,7 +82,6 @@
82 82 }
83 83 patientsService.updatePatientOne(p, p.getId());
84 84 i++;
85   - System.out.println("处理数据“孕妇ID" + p.getId());
86 85 }
87 86 System.out.println("========>已处理孕妇数据" + i);
88 87 data.put("gravida", patients.size());