Commit 9beca64e96032190ea2b73dc699c74b35e9187f5
1 parent
65fad7360f
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/controller/TestController.java
View file @
9beca64
... | ... | @@ -3982,7 +3982,7 @@ |
3982 | 3982 | @RequestMapping(value = "/updateWeightIsUp", method = RequestMethod.GET) |
3983 | 3983 | public String updateWeightIsUp(@RequestParam(required = false) String hospitalId, String startDate, String endDate) { |
3984 | 3984 | List<PatientWeight> patientWeights = mongoTemplate.find(Query.query(Criteria.where("yn"). |
3985 | - is("1").and("_id").is("5f0bfd6199329c3fdf92ef28")), PatientWeight.class); | |
3985 | + is("1")), PatientWeight.class); | |
3986 | 3986 | |
3987 | 3987 | System.out.println("本次读取了【" + patientWeights.size() + "】条数据"); |
3988 | 3988 | int batchSize = 1000; |