报表bug修改

This commit is contained in:
hzj
2025-10-15 11:42:56 +08:00
parent b41347c596
commit 1c7c514691

View File

@@ -1802,7 +1802,7 @@ public class ReportServiceImpl implements ReportService {
} else { } else {
for (int j = 0; j < reasonTypeTime.size(); j++) { for (int j = 0; j < reasonTypeTime.size(); j++) {
TimeVO timeVO = reasonTypeTime.get(j); TimeVO timeVO = reasonTypeTime.get(j);
insertRow(doc, table1, centerParagraph, false, timeVO.getDay(), timeVO.getTimes()); insertRow(doc, table1, centerParagraph, false,timeVO.getFulltime(), timeVO.getTimes());
} }
} }
two++; two++;