|
@@ -128,8 +128,8 @@ public class KuaishouLandpagePackageServiceImpl extends ServiceImpl<KuaishouLand
|
|
|
landpagePackage.setSiteId(jsonObject.getLong("id"));
|
|
|
landpagePackage.setUrl(jsonObject.getString("url"));
|
|
|
landpagePackage.setBizType(jsonObject.getInteger("biz_type"));
|
|
|
- landpagePackage.setLandpageCreateTime(jsonObject.getSqlDate("create_time"));
|
|
|
- landpagePackage.setLandpageUpdateTime(jsonObject.getSqlDate("update_time"));
|
|
|
+ /* landpagePackage.setLandpageCreateTime(jsonObject.getSqlDate("create_time"));
|
|
|
+ landpagePackage.setLandpageUpdateTime(jsonObject.getSqlDate("update_time"));*/
|
|
|
JSONArray compsArr = jsonObject.getJSONArray("comps");
|
|
|
if (!Check.isNull(compsArr)) {
|
|
|
landpagePackage.setComps(JSONObject.toJSONString(compsArr));
|