Commit 95a4f11d43eaa8d1b0d6fccdbd71fec52f337248
1 parent
e7a886f5c1
Exists in
master
and in
8 other branches
增加设置parentid
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
95a4f11
... | ... | @@ -124,9 +124,9 @@ |
124 | 124 | @ResponseBody |
125 | 125 | public BaseResponse getEnums(){ |
126 | 126 | Map<String, Object> map = new HashMap<>(); |
127 | - map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.FXYS)); | |
127 | + map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.HIGH_RISK_ID)); | |
128 | 128 | List list = new ArrayList(); |
129 | - for(int i=0;i<=100;i++){ | |
129 | + for(int i=0;i<=100;i=i+5){ | |
130 | 130 | list.add(i); |
131 | 131 | } |
132 | 132 |