wupengfei 1 년 전
부모
커밋
b58eac323d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/admin/controller/shopro/UserWalletApply.php

+ 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();