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