Compare commits
No commits in common. "adee09981e7bfcde324e4e1f51d0a7381b7a1c5c" and "de9210a34f53040d7f31c23ec3edde77be714cbc" have entirely different histories.
adee09981e
...
de9210a34f
|
@ -811,7 +811,6 @@ public class CensusController {
|
|||
Integer finalCounty_apply_month_change = county_apply_month_change;
|
||||
List<Map<String, Object>> result = new ArrayList<Map<String, Object>>() {{
|
||||
add(new LinkedHashMap<String, Object>() {{
|
||||
put("tip", "区市部门");
|
||||
put("level", "county");
|
||||
put("apply_sum", county_apply_sum);
|
||||
put("resource_sum", county_resource_sum);
|
||||
|
@ -821,7 +820,6 @@ public class CensusController {
|
|||
put("apply_month_change", finalCounty_apply_month_change);
|
||||
}});
|
||||
add(new LinkedHashMap<String, Object>() {{
|
||||
put("tip", "市级部门");
|
||||
put("level", "municipal");
|
||||
put("apply_sum", municipal_apply_sum);
|
||||
put("resource_sum", municipal_resource_sum);
|
||||
|
|
Loading…
Reference in New Issue