Commit 515997cc399bf1ef4a8a813e40223cf8f054d627

Authored by [wangbo]
1 parent ee34ecb9ef

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 515997c
... ... @@ -2365,6 +2365,7 @@
2365 2365 Map<String, Object> data3 = new HashMap<>();
2366 2366 List<String> reiskFactor = patients.getRiskFactorId();
2367 2367 for (String reis : reiskFactor) {
  2368 +
2368 2369 //糖尿病
2369 2370 if (this.initReport("0").contains(reis)) {
2370 2371 List<QhdWeightConfigModel> diabetes = mongoTemplate.find(Query.query(Criteria.where("kcal").is(diabetesKcal).and("isHighRisk").is("1").and("highRiskIlness").is("0")), QhdWeightConfigModel.class);