shish 10 mesiacov pred
rodič
commit
11c16fb608

+ 2 - 2
app-ghs/controllers/IntraCityController.php

@@ -59,7 +59,7 @@ class IntraCityController extends BaseController
         }
 
         $adminId = $this->adminId;
-        util::checkRepeatCommit($adminId, 4);
+        util::checkRepeatCommit($adminId, 3);
 
         $storeData = [
             'out_store_id' => $this->mainId, //自定义门店编号
@@ -148,7 +148,7 @@ class IntraCityController extends BaseController
         $name = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
 
         $adminId = $this->adminId;
-        util::checkRepeatCommit($adminId, 4);
+        util::checkRepeatCommit($adminId, 3);
 
         if (empty($shop->lat) || empty($shop->long)) {
             util::fail('没有经纬度,请修改地址');

+ 2 - 2
app-hd/controllers/IntraCityController.php

@@ -50,7 +50,7 @@ class IntraCityController extends BaseController
         $name = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
 
         $adminId = $this->adminId;
-        util::checkRepeatCommit($adminId, 4);
+        util::checkRepeatCommit($adminId, 3);
 
         if (empty($shop->lat) || empty($shop->long)) {
             util::fail('没有经纬度,请修改地址');
@@ -143,7 +143,7 @@ class IntraCityController extends BaseController
         $shop = $this->shop;
 
         $adminId = $this->adminId;
-        util::checkRepeatCommit($adminId, 4);
+        util::checkRepeatCommit($adminId, 3);
 
         if (empty($shop->lat) || empty($shop->long)) {
             util::fail('没有经纬度,请修改地址');