Commit 6b799d6216bf1f0726eaaa7c9c2a1469e28cea8b
1 parent
025cff69a2
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 @
6b799d6
| ... | ... | @@ -150,7 +150,7 @@ |
| 150 | 150 | } |
| 151 | 151 | } |
| 152 | 152 | report.setStatus(0); |
| 153 | - report.setType(bpCountType+countType); | |
| 153 | + report.setType(countType+bpCountType); | |
| 154 | 154 | report.setGuide(typeGuideMap.get(report.getType())); |
| 155 | 155 | report.setBpWaveCount(String.valueOf(bpcount)); |
| 156 | 156 | report.setBpValExp(String.valueOf(count)); |