Commit a510d83c7d4441e830f8be79723a7638587eef28
1 parent
83ff73c1bb
Exists in
master
and in
6 other branches
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