Authored by hugufei

添加请求bigdata的品类ids日志

@@ -63,7 +63,7 @@ public class QueryUserPersionalFactorBean { @@ -63,7 +63,7 @@ public class QueryUserPersionalFactorBean {
63 if (!openDetailLog) { 63 if (!openDetailLog) {
64 RECALL_NEW_LOGGER.info("QueryUserPersionalFactorBean[2]:queryUserFactor. uid is[{}],udid is[{}], cost is[{}], forecastSortBrandSize is[{}],realTimeSortBrandSize is[{}], recommendSknSize is[{}] ", uid, udid, cost, forecastSortBrandSize, realTimeSortBrandSize, recommendSknSize); 64 RECALL_NEW_LOGGER.info("QueryUserPersionalFactorBean[2]:queryUserFactor. uid is[{}],udid is[{}], cost is[{}], forecastSortBrandSize is[{}],realTimeSortBrandSize is[{}], recommendSknSize is[{}] ", uid, udid, cost, forecastSortBrandSize, realTimeSortBrandSize, recommendSknSize);
65 } else { 65 } else {
66 - RECALL_NEW_LOGGER.info("QueryUserPersionalFactorBean[2]:queryUserFactor. uid is[{}],udid is[{}], cost is[{}], forecastSortBrandSize is[{}],realTimeSortBrandSize is[{}], recommendSknSize is[{}], userFactor is[{}] ", uid, udid, cost, forecastSortBrandSize, realTimeSortBrandSize, recommendSknSize, JSON.toJSONString(userFactor)); 66 + RECALL_NEW_LOGGER.info("QueryUserPersionalFactorBean[2]:queryUserFactor. uid is[{}],udid is[{}], cost is[{}], forecastSortBrandSize is[{}],realTimeSortBrandSize is[{}], recommendSknSize is[{}],misortIds is[{}],userFactor is[{}] ", uid, udid, cost, forecastSortBrandSize, realTimeSortBrandSize, recommendSknSize, pageFactor.getMisortIds(),JSON.toJSONString(userFactor));
67 } 67 }
68 //3、构造结果 68 //3、构造结果
69 UserPersonalFactor userPersonalFactor = this.buildUserPersonalFactor(pageFactor, userFactor); 69 UserPersonalFactor userPersonalFactor = this.buildUserPersonalFactor(pageFactor, userFactor);