Authored by hugufei

fix注释

... ... @@ -40,7 +40,7 @@ class UserPersionalFactorComponent {
if(userPersonalFactorRsp !=null){
return userPersonalFactorRsp;
}
//2、查询失败则随机生成-测试用
//2、查询失败则随机生成
List<Integer> brandIds = new ArrayList<Integer>();
for (int i = 0; i < 100; i++) {
brandIds.add((int) (Math.random() * 3000));
... ...