|
@@ -3808,7 +3808,7 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
XSSFCell reportAuditorsCell=null;
|
|
|
XSSFCell reportCcCell=null;
|
|
|
int i=0;
|
|
|
- if(timeType.getReportAuditType()==0||timeType.getReportAuditType()==4){
|
|
|
+ if(timeType.getReportAuditType()==0||timeType.getReportAuditType()==4||timeType.getReportAuditType()==6){
|
|
|
i++;
|
|
|
reportAuditorsCell = row.getCell(6+i);
|
|
|
}
|
|
@@ -4469,7 +4469,7 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
nameCell = row.getCell(3+i);
|
|
|
participatorCell = row.getCell(4+i);
|
|
|
inchargerCell = row.getCell(5+i);
|
|
|
- if(timeType.getReportAuditType()==0||timeType.getReportAuditType()==4){
|
|
|
+ if(timeType.getReportAuditType()==0||timeType.getReportAuditType()==4||timeType.getReportAuditType()==6){
|
|
|
i++;
|
|
|
reportAuditorsCell=row.getCell(5+i);
|
|
|
}
|
|
@@ -4536,7 +4536,7 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
subNameCell = row.getCell(4+i);
|
|
|
participatorCell = row.getCell(5+i);
|
|
|
inchargerCell = row.getCell(6+i);
|
|
|
- if(timeType.getReportAuditType()==0||timeType.getReportAuditType()==4){
|
|
|
+ if(timeType.getReportAuditType()==0||timeType.getReportAuditType()==4||timeType.getReportAuditType()==6){
|
|
|
i++;
|
|
|
reportAuditorsCell=row.getCell(6+i);
|
|
|
}
|