Compare commits
2 Commits
04fe9bdbbd
...
aba66aaf4a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aba66aaf4a | ||
|
|
1c7c514691 |
@@ -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