Kaynağa Gözat

修改成功

shish 10 ay önce
ebeveyn
işleme
1c9416658d

+ 1 - 0
app-ghs/controllers/ShopController.php

@@ -62,6 +62,7 @@ class ShopController extends BaseController
         $shopId = $shop->id;
         $py = stringUtil::py($fullName);
         GhsClass::updateByCondition(['shopId' => $shopId], ['name' => $fullName, 'py' => $py]);
+        util::complete('修改成功');
     }
 
     //小程序端使用,下载收款码 ssh 20250821

+ 1 - 0
app-hd/controllers/ShopController.php

@@ -58,6 +58,7 @@ class ShopController extends BaseController
         $fullName = $shop->shopName == '首店' ? $name : $name . ' ' . $shop->shopName;
         $shopId = $shop->id;
         HdClass::updateByCondition(['shopId' => $shopId], ['name' => $fullName]);
+        util::complete('修改成功');
     }
 
     //我的可以进入的门店 ssh 20230424