Commit 038229f0 authored by 万继龙's avatar 万继龙

Merge branch 'jsPrice_wanjl_0805' into 'master'

add: fix bug for clear_amount

See merge request bp/pay!51
parents 15820e4f 556acc53
...@@ -592,6 +592,7 @@ class PayService ...@@ -592,6 +592,7 @@ class PayService
'account_id' => $u['user_id'], 'account_id' => $u['user_id'],
'account_type' => 1, //用户 'account_type' => 1, //用户
'pay_amount' => $u['amount'], 'pay_amount' => $u['amount'],
'clear_payment' => 0, //商品结算价格
'pay_type' => 1, //收入 'pay_type' => 1, //收入
'pay_sub_type' => 105, //团长佣金收入 'pay_sub_type' => 105, //团长佣金收入
'remark' => '', 'remark' => '',
......
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