Pārlūkot izejas kodu

添加默认组开关状态

syh 4 gadi atpakaļ
vecāks
revīzija
b987174ab4

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/AiKuaishouCreateCreativeServiceImpl.java

@@ -604,6 +604,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
         unitParams.put("advertiser_id", token.getAccountId());
         unitParams.put("campaign_id", campaignId);
         unitParams.put("unit_name", unitName);
+        unitParams.put("put_status",1);
         //出价类型
         unitParams.put("bid_type", strategy.getBidType());
         // 优先从系统应用商店下载

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouVideoGetServiceImpl.java

@@ -153,6 +153,7 @@ public class KuaiShouVideoGetServiceImpl extends ServiceImpl<KuaiShouVideoGetMap
     @Override
     public List<KuaiShouVideoGet> getNewVideoBetweenTime(Long accountId, String startTime, String endTime,Integer channelType,String appVersion,Integer videoCnt) {
         QueryWrapper<KuaiShouVideoGet> queryWrapper = new QueryWrapper<>();
+        queryWrapper.isNotNull("signature");
         if (null != accountId && accountId != 0) {
             queryWrapper.eq("account_id", accountId);
         }