|
@@ -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;
|