|
|
@ -129,7 +129,8 @@ public class StatisticsController {
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
res.add(obj == null ? new JSONObject().fluentPut("dat", today) : obj);
|
|
|
|
res.add(obj == null ? new JSONObject().fluentPut("dat", today).fluentPut("playNumSum",0).fluentPut("collectionNumSum",0).fluentPut("reSendNumSum",0)
|
|
|
|
|
|
|
|
.fluentPut("recommendNumSum",0).fluentPut("commentNumSum",0).fluentPut("commendNumSum",0) : obj);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return Result.success(res, "请求成功");
|
|
|
|
return Result.success(res, "请求成功");
|
|
|
|