Commit 8b81bd2593694fb35490f3c429d1142f823eed43
1 parent
2f055ed591
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 1 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TemporaryWeightServiceImpl.java
View file @
8b81bd2
| ... | ... | @@ -486,7 +486,7 @@ |
| 486 | 486 | CollectionUtils.removeNullValue(map); |
| 487 | 487 | |
| 488 | 488 | |
| 489 | - healthChargeFacade.addHealthCharge(hospitalId, 1, temporaryWeight.getTemporaryUserId(), 1, 1, userId); | |
| 489 | + healthChargeFacade.addHealthCharge(hospitalId, 1, temporaryWeight.getTemporaryUserId(), 1, 2, userId); | |
| 490 | 490 | return RespBuilder.buildSuccess(map); |
| 491 | 491 | } |
| 492 | 492 | return RespBuilder.buildSuccess(); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TnbComputeKulServiceImpl.java
View file @
8b81bd2
| ... | ... | @@ -91,9 +91,7 @@ |
| 91 | 91 | if (StringUtils.isEmpty(bregmatic) || "1".equals(bregmatic)) { |
| 92 | 92 | rangeWeight = ReportConfig.getWeightRange(bmiStr).split("-"); |
| 93 | 93 | } else { |
| 94 | - System.out.println("====>" + bmiStr); | |
| 95 | 94 | rangeWeight = ReportConfig.getDWeightRange(bmiStr).split("-"); |
| 96 | - System.out.println("体重==========>" + rangeWeight); | |
| 97 | 95 | } |
| 98 | 96 | |
| 99 | 97 |