Merge branch 'develop'
This commit is contained in:
commit
27b6775d63
@ -87,7 +87,7 @@ class SupplyChainOrderBrokerAgeJob implements JobInterface
|
||||
// 增加小组服务佣金
|
||||
$userRepository->incSupplyBrokerage($data['uid'], $price);
|
||||
|
||||
}
|
||||
|
||||
|
||||
// 后台分组用户开始
|
||||
$userInfo = User::with('nkUserMsg')->find($data['uid']); // 当前用户信息
|
||||
@ -119,7 +119,7 @@ class SupplyChainOrderBrokerAgeJob implements JobInterface
|
||||
'mer_id' => $data['mer_id'], // 商户ID
|
||||
'supply_level_id' => $v['supply_level_id'], // 分佣等级ID
|
||||
'brokerage_price' => $usrPrice, // 获取的佣金金额
|
||||
'fa_supply_chain_id' => $supplyTeam['id'], // 供应链团队ID
|
||||
'fa_supply_chain_id' => $supplyTeamId, // 供应链团队ID
|
||||
'brokerage_rate' => $v['level']['rate'] // 分佣比例
|
||||
];
|
||||
|
||||
@ -127,6 +127,7 @@ class SupplyChainOrderBrokerAgeJob implements JobInterface
|
||||
SupplyChainBorkerage::create($dataArr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
\think\facade\Log::record('供应链佣金分布执行完毕');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user