|
@@ -432,6 +432,7 @@ class Auth extends BaseController
|
|
|
//一级注册折扣百分比
|
|
|
$store_percentage->deduction_percentage(1,$user->uid,$user->order_id);
|
|
|
$p_user = $repository->get($pid);
|
|
|
+ //二级注册折扣百分比
|
|
|
if($p_user->order_id){
|
|
|
$store_percentage->deduction_percentage(2,$user->uid,$p_user->order_id);
|
|
|
}
|