|
@@ -351,13 +351,13 @@ public class PageServiceImpl implements PageService {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 活动专题楼层数据(美博会)
|
|
|
+ * 活动专题楼层数据(美博会等)
|
|
|
*
|
|
|
* @param pageId 页面id
|
|
|
* @param userId 用户id
|
|
|
* @param source 来源 : 1 网站 ; 2 小程序
|
|
|
*/
|
|
|
- @Cacheable(value = "getPageBeautyData", key = "#userId +'-'+ #pageId +'-'+ #source", unless = "#result == null")
|
|
|
+ @Cacheable(value = "activityData", key = "#userId +'-'+ #pageId +'-'+ #source", unless = "#result == null")
|
|
|
@Override
|
|
|
public ResponseJson<Map<String, Object>> getPageBeautyData(Integer pageId, Integer userId, Integer source) {
|
|
|
if (pageId == null) {
|