fix 87942 全所统计--导出--表头和sheet名称需要修改
This commit is contained in:
+4
-4
@@ -173,12 +173,12 @@ public class AllProjectStatisticsController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 所领导统计导出
|
||||
* 全所统计导出
|
||||
*/
|
||||
@RequiresPermissions("wholeInstituteStatistics:export")
|
||||
@AutoLog(value = "全所统计导出-导出统计")
|
||||
@AutoLog(value = "全所统计-导出统计")
|
||||
@GetMapping(value = "/statistics/excel")
|
||||
@ApiOperation(value = "全所统计导出-导出统计", notes = "全所统计导出-导出统计")
|
||||
@ApiOperation(value = "全所统计-导出统计", notes = "全所统计导出-导出统计")
|
||||
public ModelAndView excel(AllProjectStatisticsSearch allProjectStatisticsSearch,
|
||||
@RequestParam(name = "selections", required = false) String selections) {
|
||||
allProjectStatisticsSearch.setProjectName(oConvertUtils.replaceAllPercent(allProjectStatisticsSearch.getProjectName()));
|
||||
@@ -215,7 +215,7 @@ public class AllProjectStatisticsController {
|
||||
|
||||
}
|
||||
}
|
||||
return AmountUtil.exportListXls(pageList, AllProjectStatistics.class, "所领导统计");
|
||||
return AmountUtil.exportListXls(pageList, AllProjectStatistics.class, "全所统计");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user