|
@@ -1129,6 +1129,10 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
|
|
|
startIndex = dpIndex-yzIndex+1;
|
|
|
endIndex = dpIndex-yzIndex+campaignAdCnt;
|
|
|
}
|
|
|
+ //dp 链接 超出可用范围
|
|
|
+ if (endIndex > dpLinkEndIndex){
|
|
|
+ endIndex = dpLinkEndIndex;
|
|
|
+ }
|
|
|
return "-("+startIndex+"/"+endIndex+")";
|
|
|
}
|
|
|
|