工单看板-统计

This commit is contained in:
attiya 2026-01-08 17:23:31 +08:00
parent 47b38537b4
commit 96eec06217

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