Commit c7d1b8c5 by carrieyzzhang

cancel get channel name

parent c5074027
...@@ -1028,7 +1028,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{ ...@@ -1028,7 +1028,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{
//val //val
if (!CollectionUtils.isEmpty(responseValueArray)) { if (!CollectionUtils.isEmpty(responseValueArray)) {
System.out.println("start to get channel name from tracking"); /*System.out.println("start to get channel name from tracking");
//cid,campaignid数据转换 //cid,campaignid数据转换
Map<String, String> campaignMap = new HashMap<>(); Map<String, String> campaignMap = new HashMap<>();
...@@ -1063,7 +1063,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{ ...@@ -1063,7 +1063,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{
} }
} }
System.out.println("end to get channel name from tracking"); System.out.println("end to get channel name from tracking");*/
//1,处理日期合并(给每个日期的第一行加标注,firstDateRow标示第一行,rowNum标示相同日期行数) //1,处理日期合并(给每个日期的第一行加标注,firstDateRow标示第一行,rowNum标示相同日期行数)
String firstValueDate = ""; String firstValueDate = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment