|
|
|
@ -384,7 +384,7 @@ public class TaskServiceImpl implements ITaskService { |
|
|
|
writer.writeCellValue(11, row, taskInfos.get(i).getAuditStatusName()); |
|
|
|
writer.writeCellValue(12, row, DateUtil.format(taskInfos.get(i).getAuditTime(), "yyyy-MM-dd HH:mm")); |
|
|
|
writer.writeCellValue(13, row, taskInfos.get(i).getRejectReason()); |
|
|
|
writer.writeCellValue(14, row, taskInfos.get(i).getCreateBy()); |
|
|
|
writer.writeCellValue(14, row, taskInfos.get(i).getCreateName()); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|