Compare commits
No commits in common. "e2fc06d56c2ebccfdb67b88c6bf46c792980a3eada439bb92006674340bacf0c" and "f94acd035b821987ce824d06b6d4219648be3961cfcdf892aeae6dc36e39b6c8" have entirely different histories.
e2fc06d56c
...
f94acd035b
@ -761,6 +761,8 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl<EbikeBikeOrderMapper,
|
||||
@Override
|
||||
public EbikeOrderBulletinBoardInfo bulletinBoard() {
|
||||
long staffId = StpUtil.getLoginIdAsLong();
|
||||
//对比纬度:周、月、日
|
||||
//TODO:对比对象待确定
|
||||
//完成单量统计,统计纬度:月、周、日
|
||||
List<EbikeBikeOrderMonthCountDto> monthCountDtos = ebikeBikeOrderMapper.monthCount(staffId);
|
||||
List<EbikeBikeOrderWeekCountDto> weekCountDtos = ebikeBikeOrderMapper.weekCount(staffId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user