1、优化导出任务树
This commit is contained in:
@@ -2276,6 +2276,7 @@ public class TaskServiceImpl implements ITaskService {
|
||||
taskTreeExportExcelParam.setStartIndex(i + 1);
|
||||
taskTreeExportExcelParam.setEndIndex(i + (int) total);
|
||||
paramList.add(taskTreeExportExcelParam);
|
||||
i = i + (int) total;
|
||||
}
|
||||
currentTaskName = spdmExportNewTaskVo.getTaskName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user