Commit db1f655608d4f491eeab36b2efdda0263f6ab966
1 parent
b8f32e1ae8
Exists in
master
and in
1 other branch
听力诊断模块
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java
View file @
db1f655
| ... | ... | @@ -1721,6 +1721,10 @@ |
| 1721 | 1721 | List fmType = FmTypeEnums.getHdFmEnums(); |
| 1722 | 1722 | map.put("fmType", fmType); |
| 1723 | 1723 | |
| 1724 | + //胎数 | |
| 1725 | + List tireNumbers = EnumUtil.toJson(TaiShuEnums.class); | |
| 1726 | + map.put("tireNumbers", tireNumbers); | |
| 1727 | + | |
| 1724 | 1728 | // 民族 |
| 1725 | 1729 | List<BasicConfigResult> nationResults = basicConfigFacade.getBaseicConfigByParentId(SystemConfig.NATION_TYPE_ID); |
| 1726 | 1730 | map.put("nations", nationResults); |