更新商品上传

This commit is contained in:
yaooo 2023-09-28 10:08:42 +08:00
parent 6f4e855832
commit b383003164

View File

@ -178,7 +178,6 @@ class SpuRepository extends BaseRepository
app()->make(UserVisitRepository::class)->searchProduct($this->userInfo ? $this->userInfo['uid'] : 0, $where['keyword'], (int)($where['mer_id'] ?? 0));
}
}
$rand = true;
if ($rand) {
// $dataKey = sprintf(CloudProduct::CacheKey, $where['mer_rand_id']);
// $RedisCacheService = app()->make(RedisCacheService::class);