Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-enterprise
Commits
0c95b6b6
Commit
0c95b6b6
authored
Jul 26, 2021
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除协作人
parent
f5e9662f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
AccountBalanceRecordController.java
...web/controller/export/AccountBalanceRecordController.java
+1
-1
DoubleCallingRecordController.java
.../web/controller/export/DoubleCallingRecordController.java
+1
-1
InternationalSmsRecordController.java
...b/controller/export/InternationalSmsRecordController.java
+1
-1
SmsPackageRecordController.java
...ise/web/controller/export/SmsPackageRecordController.java
+1
-1
SmsRecordController.java
...enterprise/web/controller/export/SmsRecordController.java
+1
-1
VoiceCodeRecordController.java
...rise/web/controller/export/VoiceCodeRecordController.java
+1
-1
No files found.
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/controller/export/AccountBalanceRecordController.java
View file @
0c95b6b6
...
...
@@ -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
>()
{
...
...
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/controller/export/DoubleCallingRecordController.java
View file @
0c95b6b6
...
...
@@ -97,7 +97,7 @@ public class DoubleCallingRecordController extends DownloadUtils {
//调用生成方法,获取reportId
Integer
reportId
=
DataDownloadUtils
.
createDownloadReport
(
report
);
String
path
=
request
.
getSession
().
getServletContext
().
getRealPath
(
"/excel/csv/c
ollaborator
/file/"
);
String
path
=
request
.
getSession
().
getServletContext
().
getRealPath
(
"/excel/csv/c
alling
/file/"
);
String
userName
=
UserDetailUtils
.
getUserDetail
().
getUserInfo
().
getUserName
();
ExecutorPoolSingleton
.
getInstance
().
executeTask
(()
->
{
DownloadDataLoader
<
DoubleCallingRecordDTO
>
loader
=
new
DownloadDataLoader
<
DoubleCallingRecordDTO
>()
{
...
...
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/controller/export/InternationalSmsRecordController.java
View file @
0c95b6b6
...
...
@@ -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
>()
{
...
...
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/controller/export/SmsPackageRecordController.java
View file @
0c95b6b6
...
...
@@ -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
>()
{
...
...
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/controller/export/SmsRecordController.java
View file @
0c95b6b6
...
...
@@ -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
>()
{
...
...
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/controller/export/VoiceCodeRecordController.java
View file @
0c95b6b6
...
...
@@ -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
>()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment