|
@@ -1007,7 +1007,7 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
|
|
queryWrapper.eq("id",updAdStaOrCpaOrBudget.getId());
|
|
queryWrapper.eq("id",updAdStaOrCpaOrBudget.getId());
|
|
queryWrapper.last("limit 1");
|
|
queryWrapper.last("limit 1");
|
|
AiBytedanceAdvertiserStrategy strategyVo = aiBytedanceAdvertiserStrategyMapper.selectOne(queryWrapper);
|
|
AiBytedanceAdvertiserStrategy strategyVo = aiBytedanceAdvertiserStrategyMapper.selectOne(queryWrapper);
|
|
- //出价不能大于计划预算
|
|
|
|
|
|
+ //出价不能大于计划预算test
|
|
int a = 0;
|
|
int a = 0;
|
|
// 出价不为空 则 固定出价
|
|
// 出价不为空 则 固定出价
|
|
if (!Check.isNull(updAdStaOrCpaOrBudget.getAdCpaBid())){
|
|
if (!Check.isNull(updAdStaOrCpaOrBudget.getAdCpaBid())){
|