Browse Source

平台后台-用户-发放奖励时,增加结算时间

sunxiaobiao 1 year ago
parent
commit
2ba64bf112
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/common/repositories/user/UserRepository.php

+ 1 - 0
app/common/repositories/user/UserRepository.php

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