Compare commits
No commits in common. "2d4595fd958762f49b1b736769c4887736a8d1b2" and "2692a0f6ecee96b44cf70918c0af2f11bfd875dc" have entirely different histories.
2d4595fd95
...
2692a0f6ec
|
@ -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