Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
918e7b0d
Commit
918e7b0d
authored
Dec 22, 2020
by
yao.xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经纪人财富批次修改
parent
e15c0aa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsFortuneServiceImpl.java
+1
-1
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
+1
-1
No files found.
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsFortuneServiceImpl.java
View file @
918e7b0d
...
@@ -243,7 +243,7 @@ public class AgmsFortuneServiceImpl implements AgmsFortuneService {
...
@@ -243,7 +243,7 @@ public class AgmsFortuneServiceImpl implements AgmsFortuneService {
//批量更新需要修改的fortune记录
//批量更新需要修改的fortune记录
customerFortuneDalService
.
updateBatch
(
fortuneUpdates
);
customerFortuneDalService
.
updateBatch
(
fortuneUpdates
);
try
{
try
{
new
Thread
().
wait
(
100L
);
Thread
.
sleep
(
100
);
}
catch
(
InterruptedException
e
)
{
}
catch
(
InterruptedException
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
}
}
...
...
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
View file @
918e7b0d
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
select
select
o.id orderId,
o.id orderId,
f.id fortuneId,
f.id fortuneId,
date_format(f.commission_payout_at, '%Y-%m')
commissionPayoutYearmonth,
c.check_yearmonth
commissionPayoutYearmonth,
i.name insurerName,
i.name insurerName,
if(o.config_level = 2,p.name,pp.name) productName,
if(o.config_level = 2,p.name,pp.name) productName,
o.policy_no policyNo,
o.policy_no policyNo,
...
...
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