工程预付款统计功能开发

This commit is contained in:
lSun 2025-04-17 10:21:41 +08:00
parent 8076cefae6
commit 3c383cb3cc
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class PrepaymentServiceImpl implements PrepaymentService {
collect.forEach((k,v) -> integerList.add(v));
String fileName = "工程预付款统计";
if(list.size()>0){
fileName = "-" + list.get(0).getProjectName();
fileName = fileName + "-" + list.get(0).getProjectName();
}
//记录用于合并的rowIndex
ArrayList<HashMap<String, Integer>> mergeRows = new ArrayList<>();