Commit def5e688 authored by 万继龙's avatar 万继龙

Merge branch 'develop' into 'test'

add: push

See merge request bp/pay!28
parents e0a1d558 b76e9b35
......@@ -505,6 +505,8 @@ class PayService
if(empty($r['distributor_user_id']) || $r['marketing_type'] != 1) {
continue;
}
$r['distributor_commission_value'] = intval($r['distributor_commission_value']);
$r['parent_commission_value'] = intval($r['parent_commission_value']);
$_one = $_two = 0;
if($r['commission_mode'] == 1) {
......
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