|
@@ -357,7 +357,7 @@ class GoodsService extends BaseService
|
|
|
*/
|
|
|
public function getOrderGoods($userId, $ids)
|
|
|
{
|
|
|
- $cacheKey = "caches:goods:order_{$userId}_".md5(json_encode($ids,256));
|
|
|
+ $cacheKey = "caches:goodsOrder:{$userId}_".md5(json_encode($ids,256));
|
|
|
$datas = RedisService::get($cacheKey);
|
|
|
if($datas){
|
|
|
return $datas;
|