update 用户首页
This commit is contained in:
parent
fc2b3fc7e4
commit
cdd86618df
|
@ -101,7 +101,7 @@ class UserLogic extends BaseLogic
|
|||
// $data['merchant_num'] = $inviteUserStatistics['data']['merchant_count'];
|
||||
$data['trade_amount'] = Db::name('user_invite_first_order_log')->where('user_id', $userId)->sum('order_money');
|
||||
|
||||
return $data ;
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue