|
@@ -157,7 +157,7 @@ public class KuaiShouRealTimeController {
|
|
|
|
|
|
|
|
|
List<KuaishouReportHourlyGroup> unitList = new ArrayList<>();
|
|
|
- List<Long> unitIdList = new ArrayList<>();
|
|
|
+
|
|
|
|
|
|
//优化目标
|
|
|
Integer conver = 0;
|
|
@@ -173,6 +173,7 @@ public class KuaiShouRealTimeController {
|
|
|
|
|
|
|
|
|
//获取组id
|
|
|
+ List<Long> unitIdList = new ArrayList<>();
|
|
|
JSONObject vo = JSONObject.parseObject(obj.toString());
|
|
|
unitIdList.add(vo.getLong("unit_id"));
|
|
|
|
|
@@ -312,7 +313,13 @@ public class KuaiShouRealTimeController {
|
|
|
unitInfo.setOperationAgreeContent("建议继续观察");
|
|
|
unitInfo.setOperationAgreeInfo("当前广告组消耗大于100小于等于500,建议继续观察;");
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
+ unitInfo.setOperationAgree("暂无");
|
|
|
+ unitInfo.setOperationAgreeContent("暂无");
|
|
|
+ unitInfo.setOperationAgreeInfo("暂无");
|
|
|
+
|
|
|
|
|
|
setFeidValueNotNull(unitInfo);
|
|
|
|