|
@@ -515,6 +515,7 @@ public class RuleGroupServiceImpl extends ServiceImpl<RuleGroupMapper, RuleGroup
|
|
}
|
|
}
|
|
ByteDanceAdvertisePlan byteDancePlan = byteDanceAdvertisePlanService.getById(planId);
|
|
ByteDanceAdvertisePlan byteDancePlan = byteDanceAdvertisePlanService.getById(planId);
|
|
if (Check.isNull(byteDancePlan)) {
|
|
if (Check.isNull(byteDancePlan)) {
|
|
|
|
+ log.error("未在本地查询到头条广告计划,planId={}", planId);
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
//修改出价
|
|
//修改出价
|
|
@@ -575,6 +576,7 @@ public class RuleGroupServiceImpl extends ServiceImpl<RuleGroupMapper, RuleGroup
|
|
}
|
|
}
|
|
KuaiShouGroup kuaiShouGroup = kuaiShouGroupService.selectGroupByUnitId(accountId, unitId);
|
|
KuaiShouGroup kuaiShouGroup = kuaiShouGroupService.selectGroupByUnitId(accountId, unitId);
|
|
if (Check.isNull(kuaiShouGroup)) {
|
|
if (Check.isNull(kuaiShouGroup)) {
|
|
|
|
+ log.error("未在本地查询到快手广告组,accountId={},unitId={}", accountId, unitId);
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
//修改出价
|
|
//修改出价
|