wupengfei 1 ano atrás
pai
commit
b58eac323d

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

@@ -203,6 +203,7 @@ class UserWalletApply extends Base
         if (!$applyList) {
             $this->error('未找到该提现申请');
         }
+        var_dump(55555);
         $operate = $this->request->post('operate');
         foreach ($applyList as $apply) {
             Db::startTrans();