|
|
@@ -53,7 +53,7 @@ class GhsController extends BaseController
|
|
|
$hasGhs = GhsClass::getByCondition(['ownShopId' => $this->shopId, 'shopId' => $currentShopId], true);
|
|
|
if (!empty($hasGhs)) {
|
|
|
$name = $hasGhs->name ?? '';
|
|
|
- util::fail("这个手机号关联的供应商{$name}您已添加过了");
|
|
|
+ util::fail("此手机和供应商【{$name}】您已添加过了");
|
|
|
}
|
|
|
|
|
|
$ghs = GhsClass::build($currentShopId, $shopId, 1);
|