Commit ad196ef5992d8d3a1ec9906710f6dc2fc8432910
1 parent
ab315fe854
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/facade/BabyNutritionFacade.java
View file @
ad196ef
| ... | ... | @@ -348,7 +348,7 @@ |
| 348 | 348 | */ |
| 349 | 349 | private Integer getSettleStatus(BabyNutritionModel model) { |
| 350 | 350 | HealthChargeQuery healthChargeQuery = new HealthChargeQuery(); |
| 351 | - healthChargeQuery.setBabyForeignId(model.getId()); | |
| 351 | + healthChargeQuery.setBabyNutritionId(model.getId()); | |
| 352 | 352 | List<HealthChargeModel> healthChargeModelList = healthChargeService.queryHealthChargeList(healthChargeQuery); |
| 353 | 353 | if (CollectionUtils.isNotEmpty(healthChargeModelList)) { |
| 354 | 354 | HealthChargeModel healthChargeModel = healthChargeModelList.get(0); |