wesmiler před 1 rokem
rodič
revize
ad796e9df4
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      app/Services/Common/AccountLogService.php

+ 0 - 1
app/Services/Common/AccountLogService.php

@@ -231,7 +231,6 @@ class AccountLogService extends BaseService
             'money' => $amount,
             'money' => $amount,
             'before_money' => isset($userInfo[$field])? $userInfo[$field] : 0,
             'before_money' => isset($userInfo[$field])? $userInfo[$field] : 0,
             'create_time' => time(),
             'create_time' => time(),
-            'update_time' => time(),
             'action_ip' => get_client_ip(),
             'action_ip' => get_client_ip(),
             'remark' => $type==1?"链上充值":"链上扣除",
             'remark' => $type==1?"链上充值":"链上扣除",
             'status' => 1,
             'status' => 1,