Commit 0bf5d628e1e4703543655dd77d48c8010a3cb982

Authored by liquanyu
1 parent 499405059c

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/DatePointEnums.java View file @ 0bf5d62
... ... @@ -70,7 +70,7 @@
70 70 for(int i = 0 ; i <= e.getCount() ;i++)
71 71 {
72 72 Map rootMap = new HashMap();
73   - rootMap.put("id", e.getId());
  73 + rootMap.put("id", i);
74 74 rootMap.put("name", i+e.getName());
75 75 list.add(rootMap);
76 76 }