shish 2 年之前
父节点
当前提交
f644875d05
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app-ghs/controllers/CashController.php

+ 1 - 1
app-ghs/controllers/CashController.php

@@ -30,7 +30,7 @@ class CashController extends BaseController
     //申请提现 ssh 2021.3.14
     //申请提现 ssh 2021.3.14
     public function actionApply()
     public function actionApply()
     {
     {
-        //util::fail('系统自动提现,无需人为操作');
+        util::fail('系统自动提现,无需人为操作');
         $get = Yii::$app->request->get();
         $get = Yii::$app->request->get();
         $get['shopAdminId'] = $this->shopAdminId;
         $get['shopAdminId'] = $this->shopAdminId;
         $shopAdmin = $this->shopAdmin;
         $shopAdmin = $this->shopAdmin;