Commit 8d8dadbe000e6cf66c894889e2aea442d8e918d5
1 parent
7e13170156
Exists in
master
and in
6 other branches
血糖
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 @
8d8dadb
... | ... | @@ -1441,7 +1441,7 @@ |
1441 | 1441 | { |
1442 | 1442 | Map map = new HashMap(); |
1443 | 1443 | BloodSugar bloodSugar1 = sugarList.get(0); |
1444 | - if (type == 2) | |
1444 | + if (type == 3) | |
1445 | 1445 | { |
1446 | 1446 | |
1447 | 1447 | boolean isContinue = false; |
... | ... | @@ -1490,7 +1490,7 @@ |
1490 | 1490 | continue; |
1491 | 1491 | } |
1492 | 1492 | } |
1493 | - else if (type == 1) | |
1493 | + else if (type == 2) | |
1494 | 1494 | { |
1495 | 1495 | BloodSugarQuery bloodSugarQuery1 = new BloodSugarQuery(); |
1496 | 1496 | bloodSugarQuery1.setParentId(bloodSugar1.getParentId()); |