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

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

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