|
@@ -248,7 +248,7 @@ public class BytedanceReportNewServiceImpl implements IBytedanceReportNewService
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
- public JSONArray getMetrics(Long advertiserId, String token) {
|
|
|
|
|
|
|
+ public synchronized JSONArray getMetrics(Long advertiserId, String token) {
|
|
|
if (!Check.isNull(metrics)) {
|
|
if (!Check.isNull(metrics)) {
|
|
|
return metrics;
|
|
return metrics;
|
|
|
}
|
|
}
|