vali 6 years ago
parent
commit
a53064f961
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -200,7 +200,7 @@ class UnSettmatchLogic
         $moneyDetail->money_time = date("Y-m-d H:i:s");
         $moneyDetail->money_type = 2;
         $moneyDetail->money_cash = $Accobj->detail->cash - $money;
-        $moneyDetail->trade_type = 11;
+        $moneyDetail->trade_type = 3;
         $moneyDetail->trade_desc = '由撤销转为下单状态';
         $moneyDetail->reason = '由撤销转为下单状态';
         $moneyDetail->status = 1;