Commit 41a5aa195f34eb446f4307c1cbf8a70f796b9573
1 parent
adb35c74a2
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanWeightWorker.java
View file @
41a5aa1
... | ... | @@ -75,7 +75,7 @@ |
75 | 75 | Map map = new HashMap(); |
76 | 76 | puliMap(patients, patientWeight, map); |
77 | 77 | |
78 | - BaseObjectResponse response = trackDownService.info(patients.getId(),3,0); | |
78 | + BaseObjectResponse response = trackDownService.info(patients.getId(),12,0); | |
79 | 79 | if (response != null && response.getErrorcode() == 0) |
80 | 80 | { |
81 | 81 | List<Map<String, Object>> downs = ( List<Map<String, Object>>)response.getData(); |