Commit 68f3e2014cc94e11ce9b3dde11c7b9e63fd912a6
1 parent
6849dd8f4c
Exists in
master
and in
6 other branches
服务同步
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java
View file @
68f3e20
... | ... | @@ -102,7 +102,6 @@ |
102 | 102 | Map<String, Object> temp = new HashMap<>(); |
103 | 103 | if(MapUtils.isNotEmpty(dayWeights) && CollectionUtils.isNotEmpty(dayWeights.entrySet())) { |
104 | 104 | for (Map.Entry<String, String> entry : dayWeights.entrySet()) { |
105 | - System.out.println(patientWeight.getId() + ">>> " + entry); | |
106 | 105 | if(DateUtil.parseYMD(entry.getKey()).getTime() >= yesterday.getTime()) { |
107 | 106 | patients = (patients == null ? mongoTemplate.findById(patientWeight.getPatientId(), Patients.class) : patients); |
108 | 107 | if(patients == null) continue; |