Commit 4b05d32c authored by dahai's avatar dahai

push

parent 91fc45b0
......@@ -225,6 +225,8 @@ public class TaskListServiceImpl implements TaskListService {
countyMapGroup.put("dealFlag", dealFlag);
countyMapGroup.put("groupList", countyMapList);
countyMapGroup.put("saveDate", submitDate);
num++;
countyMapGroup.put("id",num);
countyMapGroup.put("countyName", countyName);
countyMapGroup.put("countyValidCount", validCount);
countyMapGroup.put("countyInvalidCount", invalidCount);
......@@ -234,8 +236,7 @@ public class TaskListServiceImpl implements TaskListService {
mapType.put("typeSum", typeSum);
mapType.put("typeName", type);
mapType.put("countyList", countyList);
num++;
mapType.put("id",num);
typeList.add(mapType);
}
return typeList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment