Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
fangxinjiang
yifu-mvp
Commits
c7943fd6
Commit
c7943fd6
authored
Mar 02, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.5.1-收入证明等
parent
defed433
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
TCheckBankNoServiceImpl.java
...d/plus/v1/check/service/impl/TCheckBankNoServiceImpl.java
+3
-2
TCheckMobileServiceImpl.java
...d/plus/v1/check/service/impl/TCheckMobileServiceImpl.java
+1
-1
No files found.
yifu-check/yifu-check-biz/src/main/java/com/yifu/cloud/plus/v1/check/service/impl/TCheckBankNoServiceImpl.java
View file @
c7943fd6
...
@@ -143,7 +143,7 @@ public class TCheckBankNoServiceImpl extends ServiceImpl<TCheckBankNoMapper, TCh
...
@@ -143,7 +143,7 @@ public class TCheckBankNoServiceImpl extends ServiceImpl<TCheckBankNoMapper, TCh
// 创建一个线程池
// 创建一个线程池
ExecutorService
pool
=
Executors
.
newFixedThreadPool
(
taskSize
);
ExecutorService
pool
=
Executors
.
newFixedThreadPool
(
taskSize
);
List
<
Future
>
listF
=
new
ArrayList
<>();
List
<
Future
>
listF
=
new
ArrayList
<>();
if
(
noCurlist
.
size
()>=
50
)
{
if
(
noCurlist
.
size
()>=
4
)
{
int
l
=
4
;
int
l
=
4
;
Callable
c
;
Callable
c
;
Future
f
;
Future
f
;
...
@@ -200,7 +200,8 @@ public class TCheckBankNoServiceImpl extends ServiceImpl<TCheckBankNoMapper, TCh
...
@@ -200,7 +200,8 @@ public class TCheckBankNoServiceImpl extends ServiceImpl<TCheckBankNoMapper, TCh
bankMap.put(no.getBankNo(), false)
bankMap.put(no.getBankNo(), false)
*/
*/
if
(!
saveList
.
isEmpty
())
{
if
(!
saveList
.
isEmpty
())
{
this
.
saveBatch
(
saveList
);
this
.
saveOrUpdateBatch
(
saveList
);
saveList
.
clear
();
}
}
}
}
vo
.
setCheckMap
(
bankMap
);
vo
.
setCheckMap
(
bankMap
);
...
...
yifu-check/yifu-check-biz/src/main/java/com/yifu/cloud/plus/v1/check/service/impl/TCheckMobileServiceImpl.java
View file @
c7943fd6
...
@@ -237,7 +237,7 @@ public class TCheckMobileServiceImpl extends ServiceImpl<TCheckMobileMapper, TCh
...
@@ -237,7 +237,7 @@ public class TCheckMobileServiceImpl extends ServiceImpl<TCheckMobileMapper, TCh
}
}
}
}
if
(!
saveList
.
isEmpty
())
{
if
(!
saveList
.
isEmpty
())
{
this
.
saveBatch
(
saveList
);
this
.
save
OrUpdate
Batch
(
saveList
);
}
}
saveList
.
clear
();
saveList
.
clear
();
}
}
...
...
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