Commit 4a3688aef1be013c7d1d3e00cc03e53284d12575
1 parent
69ff8eca6d
Exists in
master
and in
6 other branches
修改体重营养报告
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java
View file @
4a3688a
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 | } |
151 | 151 | } |
152 | 152 | report.setStatus(0); |
153 | - report.setType(countType+bpCountType); | |
153 | + report.setType(bpCountType+countType); | |
154 | 154 | report.setGuide(typeGuideMap.get(report.getType())); |
155 | 155 | report.setBpWaveCount(String.valueOf(bpcount)); |
156 | 156 | report.setBpValExp(String.valueOf(count)); |