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

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

@@ -241,7 +241,7 @@ class CustomController extends BaseController
         $toShopId = $this->shopId;
 
         if ($fromShopId == $toShopId) {
-            util::fail('请选其它分店');
+            util::fail('本店无需同步');
         }
 
         $toShop = $this->shop;