Commit 2a9d661632635d67f5da7f9ae4184b138ecfb525

Authored by liquanyu
1 parent 6b7f3f933d

血糖

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java View file @ 2a9d661
... ... @@ -1386,7 +1386,7 @@
1386 1386 BloodSugarQuery bloodSugarQuery = new BloodSugarQuery();
1387 1387 bloodSugarQuery.setParentIds(patientIds);
1388 1388 //七天没有记录的
1389   - if (type == 1)
  1389 + if (type == 2)
1390 1390 {
1391 1391 bloodSugarQuery.setCreatedEnd(DateUtil.addDay(new Date(),-7));
1392 1392 if (status != null && status == 1)
... ... @@ -1399,7 +1399,7 @@
1399 1399 }
1400 1400 }
1401 1401 //大于等于连续3次异常的
1402   - else if (type == 2)
  1402 + else if (type == 3)
1403 1403 {
1404 1404 if (status != null && status == 1)
1405 1405 {