|
@@ -1075,6 +1075,7 @@ class UserRepository extends BaseRepository
|
|
1075
|
'commission_type' => $commission_type,
|
1075
|
'commission_type' => $commission_type,
|
|
1076
|
'mark' => empty($mark) ?'管理员调整收益':$mark ,
|
1076
|
'mark' => empty($mark) ?'管理员调整收益':$mark ,
|
|
1077
|
'create_time' => date('Y-m-d H:i:s'),
|
1077
|
'create_time' => date('Y-m-d H:i:s'),
|
|
|
|
1078
|
+ 'take_time' => time()
|
|
1078
|
];
|
1079
|
];
|
|
1079
|
if($commission_type != 5){
|
1080
|
if($commission_type != 5){
|
|
1080
|
$isert_data['balance'] = $user['brokerage_price'];
|
1081
|
$isert_data['balance'] = $user['brokerage_price'];
|