소스 검색

供应商提示

shish 4 년 전
부모
커밋
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);