wesmiler 3 месяцев назад
Родитель
Сommit
60ecba74f2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Models/AccountLogModel.php

+ 1 - 1
app/Models/AccountLogModel.php

@@ -55,7 +55,7 @@ class AccountLogModel extends BaseModel
     {
         if($this->type==4){
             return BalanceLogModel::where(['order_no'=>$this->source_order_no,'mark'=>1])
-                ->select(['id','user_id','order_no','money','pay_at','confirm_remark','transaction_id','confirm_at','create_time','status'])
+                ->select(['id','user_id','order_no','money','pay_at','account_name','account','confirm_remark','transaction_id','confirm_at','create_time','status'])
                 ->first();
         }else{
             return '';