Commit 019caaa343ea12089d023608b9204d7eb0b638b8
1 parent
805275d0fb
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
019caaa
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 | Map<String, Object> map = new HashMap<>(); |
127 | 127 | map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.HIGH_RISK_ID)); |
128 | 128 | List list = new ArrayList(); |
129 | - for(int i=0;i<=100;i=i+5){ | |
129 | + for(int i=5;i<=100;i=i+5){ | |
130 | 130 | list.add(i); |
131 | 131 | } |
132 | 132 |