shish 1 year ago
parent
commit
23967cce8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/CustomController.php

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

@@ -204,7 +204,7 @@ class CustomController extends BaseController
         $customShopId = $custom->shopId ?? 0;
         $shop = $this->shop;
         if ($customShopId == $shop->lsShopId) {
-            //util::fail('不能给自己充值');
+            util::fail('不能给自己充值');
         }
         $connection = Yii::$app->db;
         $transaction = $connection->beginTransaction();