Jason 1 жил өмнө
parent
commit
b26634f4db

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

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