Commit d463c72a962a3054553a8fa941d3bb919cbdc9ce
1 parent
b9fc5b5ed8
Exists in
master
and in
6 other branches
区域围产儿统计
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/utils/ExcelUtil.java
View file @
d463c72
| ... | ... | @@ -491,7 +491,7 @@ |
| 491 | 491 | for (int i = 5, len = values.size()+5; i < len; i++, arrayIndex1++) |
| 492 | 492 | { |
| 493 | 493 | |
| 494 | - Set<String> sets = values.get(arrayIndex).keySet(); | |
| 494 | + Set<String> sets = values.get(arrayIndex1).keySet(); | |
| 495 | 495 | int j = 13; |
| 496 | 496 | for (String key : sets) |
| 497 | 497 | { |