|
@@ -224,7 +224,6 @@ public class ReportServiceImpl implements IReportService {
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
var jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
var jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
JSONObject getObject = getAdStat(token, jsonObject);
|
|
JSONObject getObject = getAdStat(token, jsonObject);
|
|
- log.warn(getObject.toJSONString());
|
|
|
|
if (null == getObject) {
|
|
if (null == getObject) {
|
|
log.error("广告计划报表数据获取异常=》account:{};message:{}", token.getAccountId(), "返回数据异常");
|
|
log.error("广告计划报表数据获取异常=》account:{};message:{}", token.getAccountId(), "返回数据异常");
|
|
return;
|
|
return;
|