|
|
@@ -215,7 +215,6 @@ class StoreService extends BaseService
|
|
|
|
|
|
$storeId = isset($parentStoreInfo['id'])?$parentStoreInfo['id'] : 0;
|
|
|
$parentUserId = isset($parentStoreInfo['user_id'])?$parentStoreInfo['user_id'] : 0;
|
|
|
-
|
|
|
if($parentStoreInfo && $storeId>0){
|
|
|
RedisService::set($cacheKey, $storeId, 7 * 86400);
|
|
|
RedisService::set($ipKey, $storeId, 7 * 86400);
|