|
@@ -28,6 +28,7 @@ public class FilterParamFactory {
|
|
|
filterParam.setCityCode(param.getCityCode());
|
|
|
filterParam.setAbCode(param.getAbCode());
|
|
|
filterParam.setHotSceneType(param.getHotSceneType());
|
|
|
+ filterParam.setClientIp(param.getClientIp());
|
|
|
return filterParam;
|
|
|
}
|
|
|
|
|
@@ -48,6 +49,7 @@ public class FilterParamFactory {
|
|
|
filterParam.setCityCode(param.getCityCode());
|
|
|
filterParam.setAbCode(param.getAbCode());
|
|
|
filterParam.setHotSceneType(param.getHotSceneType());
|
|
|
+ filterParam.setClientIp(param.getClientIp());
|
|
|
return filterParam;
|
|
|
}
|
|
|
}
|