首页统计bug
This commit is contained in:
parent
5aa40eb13d
commit
d3d1f180ee
|
|
@ -229,6 +229,9 @@ public class WxAppletController {
|
|||
|
||||
}
|
||||
}
|
||||
if(!listFinal.isEmpty()){
|
||||
listFinal.forEach(item->item.setDataCounts(dataCounts));
|
||||
}
|
||||
return R.ok(listFinal);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue