Commit d93fdd09 authored by chenzhao's avatar chenzhao

修改bug

parent 22b081c6
......@@ -347,9 +347,9 @@ public class ExcelServiceImpl {
par.containsKey("useNature")?par.get("useNature").toString():null,
par.containsKey("fireFacilitiesInfo")?par.get("fireFacilitiesInfo").toString():null,
par.containsKey("bizOrgCode")? par.get("bizOrgCode").toString():null);
}else{
}/*else{
keySiteDtoList = keySiteService.exportToExcel(null,null,null,null,null,null);
}
}*/
ExcelUtil.createTemplate(response, excelDto.getFileName(), excelDto.getSheetName(), keySiteDtoList,
KeySiteExcleDto.class, null, false);
break;
......
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