Browse Source

Merge branch 'master' of http://git.liuniu946.com/Kirin/zccy

zxhxx 3 years ago
parent
commit
4a81b508bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/store/StoreOrder.php

+ 1 - 1
app/models/store/StoreOrder.php

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