报表bug修改
This commit is contained in:
@@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user