wupengfei 2 年之前
父節點
當前提交
d01d81014f
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 1
      addons/shopro/model/UserWalletApply.php
  2. 1 0
      application/admin/controller/shopro/UserWalletApply.php

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

@@ -204,7 +204,6 @@ class UserWalletApply extends Model
         } else {
             $withDrawStatus = true;
         }
-        var_dump(666666);
         if ($withDrawStatus) {
             $apply->status = 2;
             $apply->actual_money = $apply->money;

+ 1 - 0
application/admin/controller/shopro/UserWalletApply.php

@@ -218,6 +218,7 @@ class UserWalletApply extends Base
                         break;
                     case '3':
                         WithDraw::handleAgree($apply);
+                        var_dump(6666666);
                         WithDraw::handleWithdraw($apply);
                         $apply->status === 2 ? $successCount++ : $failedCount++;
                         break;