Commit 448d03d4824fa2b07ad640be50354cd9efb4405f
1 parent
7de120f627
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 @
448d03d
... | ... | @@ -151,8 +151,8 @@ |
151 | 151 | BaseObjectResponse objectResponse = new BaseObjectResponse(); |
152 | 152 | |
153 | 153 | BabyNutritionQuery babyQuery = new BabyNutritionQuery(); |
154 | - List<BabyNutritionModel> models = babyNutritionService.queryBabyNutritions(babyQuery); | |
155 | 154 | babyQuery.setId(id); |
155 | + List<BabyNutritionModel> models = babyNutritionService.queryBabyNutritions(babyQuery); | |
156 | 156 | if (CollectionUtils.isNotEmpty(models)) |
157 | 157 | { |
158 | 158 | BabyNutritionResult result = new BabyNutritionResult(); |