|
@@ -2212,7 +2212,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
JSONObject jsonObject = creatives.getJSONObject(0);
|
|
JSONObject jsonObject = creatives.getJSONObject(0);
|
|
if (!Check.isNull(jsonObject)) {
|
|
if (!Check.isNull(jsonObject)) {
|
|
for (Object creativeId : add_creative_ids) {
|
|
for (Object creativeId : add_creative_ids) {
|
|
- landpagePackageService.createLandPageAndUnit(jsonObject.getLong("site_id"), Long.valueOf(String.valueOf(creativeId)), jsonObject.getLong("unit_id"), jsonObject.getLong("advertiser_id"));
|
|
|
|
|
|
+ landpagePackageService.createLandPageAndUnit(jsonObject.getLong("site_id"), Long.valueOf(String.valueOf(creativeId)), programJson.getLong("unit_id"), programJson.getLong("advertiser_id"));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|