Compare commits

..

No commits in common. "e2fc06d56c2ebccfdb67b88c6bf46c792980a3eada439bb92006674340bacf0c" and "f94acd035b821987ce824d06b6d4219648be3961cfcdf892aeae6dc36e39b6c8" have entirely different histories.

View File

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