فهرست منبع

fix on 2020.8.19

jiequan.bi 4 سال پیش
والد
کامیت
475c0be161

+ 1 - 1
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/service/impl/BytedanceAccountReportServiceImpl.java

@@ -248,7 +248,7 @@ public class BytedanceAccountReportServiceImpl implements IBytedanceAccountRepor
 
     private List<JSONObject> nullDataHandle(){
         List<JSONObject> objectList= new ArrayList<>();
-        JSONObject jsonObject=null;
+        JSONObject jsonObject;
         for(int i=0;i<24;i++){
             jsonObject=new JSONObject();
             jsonObject.put("cost",0);