shish 2 سال پیش
والد
کامیت
bbf70108e5
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      biz/shop/classes/ShopClass.php

+ 2 - 1
biz/shop/classes/ShopClass.php

@@ -167,7 +167,8 @@ class ShopClass extends BaseClass
         ];
         $where = ['sjId' => $sjId, 'shopId' => $id];
         if ($ptStyle == dict::getDict('ptStyle', 'hd')) {
-            CustomClass::updateByCondition($where, $shopUpdate);
+            //不能更新 ssh 20240821
+            //CustomClass::updateByCondition($where, $shopUpdate);
         } elseif ($ptStyle == dict::getDict('ptStyle', 'ghs')) {
             GhsClass::updateByCondition($where, $shopUpdate);
         }