fix 87947 全所收入统计--导出

This commit is contained in:
lijiarao
2024-08-02 14:01:28 +08:00
parent 4c034028e0
commit 88845a26e9
2 changed files with 2 additions and 2 deletions
@@ -105,6 +105,6 @@ public class AllProjectMoneyStatisticsController {
public ModelAndView excel(AllProjectStatisticsSearch allProjectStatisticsSearch,
@RequestParam(name = "selections", required = false) String selections) {
List<AllProjectMoneyExcel> list = payWorkingGroupService.queryListAllProjectMoneyExcel(allProjectStatisticsSearch, null);
return AmountUtil.exportListXls(list, AllProjectMoneyExcel.class, "收入统计");
return AmountUtil.exportListXls(list, AllProjectMoneyExcel.class, "全所收入统计");
}
}
@@ -15,7 +15,7 @@ import org.jeecgframework.poi.excel.annotation.Excel;
@AllArgsConstructor
public class AllProjectMoneyExcel {
@Excel(name = "合同",width=15,height=15)
@Excel(name = "",width=15,height=15)
private String category;
@Excel(name="1月",width=15,height=15)