Commit 0c95b6b6 by guojuxing

删除协作人

parent f5e9662f
......@@ -98,7 +98,7 @@ public class AccountBalanceRecordController 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/account/file/");
String userName = UserDetailUtils.getUserDetail().getUserInfo().getUserName();
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<AccountBalanceRecordDTO> loader = new DownloadDataLoader<AccountBalanceRecordDTO>() {
......
......@@ -97,7 +97,7 @@ public class DoubleCallingRecordController 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/calling/file/");
String userName = UserDetailUtils.getUserDetail().getUserInfo().getUserName();
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<DoubleCallingRecordDTO> loader = new DownloadDataLoader<DoubleCallingRecordDTO>() {
......
......@@ -97,7 +97,7 @@ public class InternationalSmsRecordController 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/sms/file/");
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<InternationalSmsRecordDTO> loader = new DownloadDataLoader<InternationalSmsRecordDTO>() {
......
......@@ -102,7 +102,7 @@ public class SmsPackageRecordController 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/sms/file/");
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<SmsPackageRecordDTO> loader = new DownloadDataLoader<SmsPackageRecordDTO>() {
......
......@@ -98,7 +98,7 @@ public class SmsRecordController 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/sms/file/");
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<SmsRecordDTO> loader = new DownloadDataLoader<SmsRecordDTO>() {
......
......@@ -97,7 +97,7 @@ public class VoiceCodeRecordController 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/voice/file/");
ExecutorPoolSingleton.getInstance().executeTask(() -> {
DownloadDataLoader<VoiceCodeRecordDTO> loader = new DownloadDataLoader<VoiceCodeRecordDTO>() {
......
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