wesmiler 1 год назад
Родитель
Сommit
ad796e9df4
1 измененных файлов с 0 добавлено и 1 удалено
  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,
             'before_money' => isset($userInfo[$field])? $userInfo[$field] : 0,
             'create_time' => time(),
-            'update_time' => time(),
             'action_ip' => get_client_ip(),
             'remark' => $type==1?"链上充值":"链上扣除",
             'status' => 1,