Commit b76e9b35 authored by wanjilong's avatar wanjilong

add: push

parent ea51e331
...@@ -505,6 +505,8 @@ class PayService ...@@ -505,6 +505,8 @@ class PayService
if(empty($r['distributor_user_id']) || $r['marketing_type'] != 1) { if(empty($r['distributor_user_id']) || $r['marketing_type'] != 1) {
continue; continue;
} }
$r['distributor_commission_value'] = intval($r['distributor_commission_value']);
$r['parent_commission_value'] = intval($r['parent_commission_value']);
$_one = $_two = 0; $_one = $_two = 0;
if($r['commission_mode'] == 1) { 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