zhangjinli 3 years ago
parent 525e601c16
commit f0c2135ef0

@ -110,7 +110,8 @@ public class StatisticsController {
break;
}
}
res.add(obj == null ? new JSONObject().fluentPut("dat", today.format(df2)) : obj);
res.add(obj == null ? new JSONObject().fluentPut("dat", today.format(df2)).fluentPut("playNumSum",0).fluentPut("collectionNumSum",0).fluentPut("reSendNumSum",0)
.fluentPut("recommendNumSum",0).fluentPut("commentNumSum",0).fluentPut("commendNumSum",0): obj);
}
}else {
qw.between("date_format(creatAt, '%Y-%m-%d')", before, now.plusDays(1));

Loading…
Cancel
Save