|
@@ -296,7 +296,7 @@ class StoreOrder extends BaseModel
|
|
|
$cartInfo = $cartGroup['cartInfo'];
|
|
$cartInfo = $cartGroup['cartInfo'];
|
|
|
$priceGroup = $cartGroup['priceGroup'];
|
|
$priceGroup = $cartGroup['priceGroup'];
|
|
|
$other = $cartGroup['other'];
|
|
$other = $cartGroup['other'];
|
|
|
- if ($other['store_id'] != $storeId) {
|
|
|
|
|
|
|
+ if ($other['store_id'] != $storeId && !$store_order && !$free_check && !$test) {
|
|
|
self::clearCacheOrderInfo($uid, $key);
|
|
self::clearCacheOrderInfo($uid, $key);
|
|
|
return self::setErrorInfo('所选门店改变,请刷新当前页面!', true);
|
|
return self::setErrorInfo('所选门店改变,请刷新当前页面!', true);
|
|
|
}
|
|
}
|