Commit 918e7b0d by yao.xiao

经纪人财富批次修改

parent e15c0aa7
...@@ -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();
} }
......
...@@ -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,
......
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