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