wupengfei 2 years ago
parent
commit
db2cdbdea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      addons/shopro/model/UserWalletApply.php

+ 1 - 1
addons/shopro/model/UserWalletApply.php

@@ -163,7 +163,6 @@ class UserWalletApply extends Model
             $apply = self::handleAgree($apply);
             $apply = self::handleWithdraw($apply);
         }
-        throw \Exception('3333');
         return $apply;
     }
 
@@ -205,6 +204,7 @@ class UserWalletApply extends Model
         } else {
             $withDrawStatus = true;
         }
+        throw \Exception('$withDrawStatus'.$withDrawStatus);
         if ($withDrawStatus) {
             $apply->status = 2;
             $apply->actual_money = $apply->money;