Răsfoiți Sursa

本店无需同步

shish 4 ani în urmă
părinte
comite
6a38816cef
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;