6
0
Fork 0

优化预收益会员差价日志

release
李静 2022-02-10 11:35:19 +08:00
parent 2b53c3d782
commit b8a9c62181
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class DistributionPreIncomeJobService
$preIncomeLogs[] = [
'pre_income_id' => $preIncome->id,
'pre_income_job_id' => $job->id,
'change_amount' => bcdiv($order->total_amount, 100),
'change_amount' => bcdiv($totalDiffPrice, 100),
'change_sales_value' => $preIncome->total_sales_value,
'change_revenue' => $preIncome->total_revenue,
'remarks' => "订单号: {$order->sn}",