解决报表管理导出报错问题

master
yangzhe123 2026-02-04 17:45:29 +08:00
parent 505c33270a
commit 8349485d62
1 changed files with 3 additions and 1 deletions

View File

@ -606,7 +606,9 @@ public class StatisticsService {
//下方统计数据 //下方统计数据
RjswNbStatVo statVo = this.rjswNbStat(statisticsQuerySo); RjswNbStatVo statVo = this.rjswNbStat(statisticsQuerySo);
List<RjswNbVo> list = statVo.getList(); List<RjswNbVo> list = statVo.getList();
rjswNbVos.addAll(list); if(list != null){
rjswNbVos.addAll(list);
}
StStbprpB one = stStbprpBService.lambdaQuery().eq(StStbprpB::getStcd, statisticsQuerySo.getStcd()).one(); StStbprpB one = stStbprpBService.lambdaQuery().eq(StStbprpB::getStcd, statisticsQuerySo.getStcd()).one();
//最下方拼接一条数据 //最下方拼接一条数据