Commit c2a6ae81 authored by dahai's avatar dahai

push

parent 7c87b287
...@@ -241,7 +241,7 @@ public class ReceiptServiceImpl implements ReceiptService { ...@@ -241,7 +241,7 @@ public class ReceiptServiceImpl implements ReceiptService {
} }
countyMapGroup.put("countyCode", countyCode); countyMapGroup.put("countyCode", countyCode);
countyMapGroup.put("taskId", taskId); countyMapGroup.put("taskId", taskId);
countyMapGroup.put("groupList", countyMapList); countyMapGroup.put("policeList", countyMapList);
countyMapGroup.put("countyName", countyName); countyMapGroup.put("countyName", countyName);
countyMapGroup.put("countyValidCount", validCount); countyMapGroup.put("countyValidCount", validCount);
countyList.add(countyMapGroup); countyList.add(countyMapGroup);
......
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