|
@@ -297,6 +297,9 @@ public class KuaiShouDimensionStrategyServiceImpl extends ServiceImpl<KuaiShouDi
|
|
|
String inUseKey = in_use_key + account.getAccountId();
|
|
|
redisUtil.del(inUseKey);
|
|
|
campaignId = getCampaignId(account.getAccountId(), account, strategy);
|
|
|
+ if (Check.isNull(campaignId)) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
countKey = campaign_relation_unit + campaignId;
|
|
|
} else {
|
|
|
count = createCount;
|