|
@@ -499,6 +499,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
|
|
|
List<Long> appList = new ArrayList<>();
|
|
List<Long> appList = new ArrayList<>();
|
|
|
appList.add(27L);
|
|
appList.add(27L);
|
|
|
appList.add(165893351L);
|
|
appList.add(165893351L);
|
|
|
|
|
+ appList.add(63322L);
|
|
|
for (int i = 0; i < appList.size(); i++) {
|
|
for (int i = 0; i < appList.size(); i++) {
|
|
|
Long appId = appList.get(i);
|
|
Long appId = appList.get(i);
|
|
|
log.info("获取代理商数据appId:{}", appId);
|
|
log.info("获取代理商数据appId:{}", appId);
|