|
@@ -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);
|