Commit c8e1671b by guojuxing

删除协作人

parent 1ce982a3
......@@ -98,7 +98,7 @@ public class EvaluateExportController extends DownloadUtils {
}
//调用生成方法,获取reportId
Integer reportId = DataDownloadUtils.createDownloadReport(report);
String path = request.getSession().getServletContext().getRealPath("/excel/csv/collaborator/file/");
String path = request.getSession().getServletContext().getRealPath("/excel/csv/evaluate/file/");
SimpleDateFormat simpleDateFormat = new SimpleDateFormat(DateUtil.FORMAT_DATETIME_19);
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<EvaluateDTO> loader = new DownloadDataLoader<EvaluateDTO>() {
......
......@@ -99,7 +99,7 @@ public class ProblemExportController extends DownloadUtils {
//调用生成方法,获取reportId
Integer reportId = DataDownloadUtils.createDownloadReport(report);
String path = request.getSession().getServletContext().getRealPath("/excel/csv/collaborator/file/");
String path = request.getSession().getServletContext().getRealPath("/excel/csv/problem/file/");
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<ProblemDTO> loader = new DownloadDataLoader<ProblemDTO>() {
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment