Compare commits

..

2 Commits

Author SHA256 Message Date
e2fc06d56c Merge remote-tracking branch 'origin/main' 2026-01-08 17:23:38 +08:00
96eec06217 工单看板-统计 2026-01-08 17:23:31 +08:00

View File

@ -761,8 +761,6 @@ 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);