|
@@ -86,7 +86,6 @@ public class ReportServiceImpl implements IReportService {
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
JSONObject getObject = getAdvertiserStat(token, jsonObject);
|
|
JSONObject getObject = getAdvertiserStat(token, jsonObject);
|
|
- System.out.println(getObject);
|
|
|
|
if(null == getObject){
|
|
if(null == getObject){
|
|
XxlJobHelper.log("头条广告主数据获取异常");
|
|
XxlJobHelper.log("头条广告主数据获取异常");
|
|
return;
|
|
return;
|
|
@@ -494,7 +493,6 @@ public class ReportServiceImpl implements IReportService {
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
JSONObject getObject = getAdvertiserStat(token, jsonObject);
|
|
JSONObject getObject = getAdvertiserStat(token, jsonObject);
|
|
- System.out.println(getObject);
|
|
|
|
if(null == getObject){
|
|
if(null == getObject){
|
|
XxlJobHelper.log("头条广告主数据获取异常");
|
|
XxlJobHelper.log("头条广告主数据获取异常");
|
|
return;
|
|
return;
|