Browse Source

解决冲突

Jason 1 năm trước cách đây
mục cha
commit
b26634f4db
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/admin/controller/trade/MoneyOut.php

+ 1 - 0
application/admin/controller/trade/MoneyOut.php

@@ -94,6 +94,7 @@ class MoneyOut extends Backend
             if($status == $this->model::Reject){
                 (new MoneyLog())->change($row->user_id, $amount, MoneyLog::Reject, '', '驳回');
             }
+
             $result = $row->allowField(true)->save(['status'=>$status]);
             Db::commit();
         } catch (ValidateException|PDOException|Exception $e) {