|
@@ -319,7 +319,7 @@ class StoreOrder extends BaseModel
|
|
|
$other = $cartGroup['other'];
|
|
$other = $cartGroup['other'];
|
|
|
$distance = 0;
|
|
$distance = 0;
|
|
|
if (!$userInfo['admin_id'] && $other['only_store_user']) {
|
|
if (!$userInfo['admin_id'] && $other['only_store_user']) {
|
|
|
- return self::setErrorInfo('不支持提货!', true);
|
|
|
|
|
|
|
+ return self::setErrorInfo('不支持采购!', true);
|
|
|
}
|
|
}
|
|
|
if ($other['store_id'] != $storeId && !$store_order && !$free_check && !$test) {
|
|
if ($other['store_id'] != $storeId && !$store_order && !$free_check && !$test) {
|
|
|
self::clearCacheOrderInfo($uid, $key);
|
|
self::clearCacheOrderInfo($uid, $key);
|