yumeng hai 2 meses
pai
achega
be02048e4e

+ 1 - 1
job-bytedance/src/main/java/cn/com/ctop/job/bytedance/data/service/impl/BytedanceReportNewServiceImpl.java

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