Prechádzať zdrojové kódy

出价预警——修改

zhaoxian 3 rokov pred
rodič
commit
267ea327f8

+ 0 - 5
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupServiceImpl.java

@@ -372,8 +372,6 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
             List<KuaiShouAppInfo> appInfos = new ArrayList<>();
             List<KuaiShouSchedule> schedules = new ArrayList<>();
             List<KuaiShouGroupTarget> targets = new ArrayList<>();
-            //TODO
-            log.info("---最高出价={},优化目标集={},转化目标map={},深度转化目标map={}",maxBid,bidTypeStr,ocpxTypeStr,deepTypeStr);
             for (int i = 0; i < details.size(); i++) {
                 JSONObject detail = JSONObject.parseObject(details.get(i).toString());
                 if (!Check.isNull(detail)) {
@@ -399,9 +397,6 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
                     Integer status = detail.getInteger("status");
                     //投放状态
                     Integer putStatus = detail.getInteger("put_status");
-                    //TODO
-                    log.info("---({})优化目标={},优化出价={}",unitId,bidType,bid);
-                    log.info("---putStatus={},转化目标={},转化目标出价={},深度转化目标={},深度转化目标出价={}",putStatus,ocpxActionType,cpaBid,deepConversionType,deepConversionBid);
                     if (putStatus == 1 && status != 15) { // 组状态为 投放中的 and 广告组状态为非暂停
                         Boolean typeFalg = true;
                         Boolean bidFalg = true;

+ 0 - 5
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -1332,8 +1332,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                 ocpxMap.put(obj.getInteger("deepCode"), obj.getLong("deepValue"));
             }
         }
-//TODO
-        log.info("最高出价={},优化目标集={},转化目标map={},深度转化目标map={}",maxBid,bidTypeStr,ocpxTypeStr,deepTypeStr);
         List<KuaiShouGroup> groups = new ArrayList<>();
         for (int i = 0; i < details.size(); i++) {
             JSONObject detail = JSONObject.parseObject(details.get(i).toString());
@@ -1360,9 +1358,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                 Integer status = detail.getInteger("status");
                 //投放状态
                 Integer putStatus = detail.getInteger("put_status");
-                //TODO
-                log.info("({})优化目标={},优化出价={}",unitId,bidType,bid);
-                log.info("putStatus={},转化目标={},转化目标出价={},深度转化目标={},深度转化目标出价={}",putStatus,ocpxActionType,cpaBid,deepConversionType,deepConversionBid);
                 if (putStatus == 1 && status != 15) { // 组状态为 投放中的 and 广告组状态为非暂停
                     Boolean typeFalg = true;
                     Boolean bidFalg = true;