shish 4 лет назад
Родитель
Сommit
4b201dbb0a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/GhsController.php

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

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