|
@@ -33,7 +33,17 @@ public class BytedanceVideoReportServiceImpl implements IBytedanceVideoReportSer
|
|
|
|
|
|
@Override
|
|
|
public PageInfo<JSONObject> getVideoReportBy(JSONArray accountIds, String startDate, String endDate, String filed, String target, String order, String clip, String shot, String plan,String leader, int pageSize, int pageNo) {
|
|
|
+ System.out.println("#################################################");
|
|
|
+ System.out.println("startDate:"+startDate);
|
|
|
+ System.out.println("endDate:"+endDate);
|
|
|
+ System.out.println("accountIds:"+accountIds);
|
|
|
System.out.println("filed:"+filed);
|
|
|
+ System.out.println("target:"+target);
|
|
|
+ System.out.println("order:"+order);
|
|
|
+ System.out.println("accountIds:"+accountIds);
|
|
|
+ System.out.println("accountIds:"+accountIds);
|
|
|
+ System.out.println("accountIds:"+accountIds);
|
|
|
+ System.out.println("#################################################");
|
|
|
PageHelper.startPage(pageNo,pageSize);
|
|
|
List<JSONObject> jsonObjectList=bytedanceVideoReportMapper.queryVideoReportBy(accountIds,startDate,endDate,filed,target,order,clip,shot,plan,leader);
|
|
|
return new PageInfo<>(jsonObjectList);
|