fix 87947 全所收入统计--导出
This commit is contained in:
+1
-1
@@ -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, "全所收入统计");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user