|
|
@@ -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);
|
|
|
}
|