Commit 04c7336200f2e99c57005dcd0220afb080addfe9
1 parent
3f44de772d
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/BabyCheckFacade.java
View file @
04c7336
... | ... | @@ -2164,7 +2164,7 @@ |
2164 | 2164 | String feedTypeId = checkModel.getFeedType(); |
2165 | 2165 | if (StringUtils.isNotEmpty(feedTypeId)) |
2166 | 2166 | { |
2167 | - feedType = "喂养方式:"+WyTypeEnums.getNameById(Integer.parseInt(feedTypeId)); | |
2167 | + feedType = WyTypeEnums.getNameById(Integer.parseInt(feedTypeId)); | |
2168 | 2168 | } |
2169 | 2169 | } |
2170 | 2170 | baseInfo.put("feedType",feedType); |