Commit 9346d5165c753a62521b60397ca2da71ea2eac80
1 parent
e1c62d4cbd
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/CancerScreeningFacade.java
View file @
9346d51
... | ... | @@ -227,7 +227,7 @@ |
227 | 227 | result.put("age", com.lyms.platform.common.utils.StringUtils.unitHandle(DateUtil.getAge(model.getBirthday(), new Date()).toString(), UnitConstants.SUI)); |
228 | 228 | } |
229 | 229 | |
230 | - result.put("sex",SexEnum.getTextById(Integer.parseInt(model.getSex()))); | |
230 | + result.put("sex",FunvCommonUtil.getBaseicConfigByid(model.getSex(), basicConfigService)); | |
231 | 231 | result.put("birthday",DateUtil.getyyyy_MM_dd(model.getBirthday())); |
232 | 232 | result.put("phone",model.getPhone()); |
233 | 233 |