wesmiler 3 месяцев назад
Родитель
Сommit
97169222ac
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/Api/BalanceLogService.php

+ 1 - 1
app/Services/Api/BalanceLogService.php

@@ -238,7 +238,7 @@ class BalanceLogService extends BaseService
             'type'=>2,
             'account_type'=> $accountType,
             'pay_type'=>0,
-            'remark'=> $accountRemark,
+            'account_remark'=> $accountRemark,
             'realname'=> $realname,
             'account'=> $account,
             'create_time'=> time(),