|
@ -45,6 +45,7 @@ public class EpidemicUserInfoExportServer implements IExcelExportServer { |
|
|
List<String> gridList = Arrays.asList(grids.split(",")); |
|
|
List<String> gridList = Arrays.asList(grids.split(",")); |
|
|
params.put("gridList", gridList); |
|
|
params.put("gridList", gridList); |
|
|
} |
|
|
} |
|
|
|
|
|
params.put("deptIdList", null); |
|
|
if (StringUtils.isNotBlank(agencyList)) { |
|
|
if (StringUtils.isNotBlank(agencyList)) { |
|
|
List<String> agencyIdList = Arrays.asList(agencyList.split(",")); |
|
|
List<String> agencyIdList = Arrays.asList(agencyList.split(",")); |
|
|
params.put("agencyIdList", agencyIdList); |
|
|
params.put("agencyIdList", agencyIdList); |
|
|