工单看板-统计
This commit is contained in:
parent
47b38537b4
commit
96eec06217
@ -761,8 +761,6 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl<EbikeBikeOrderMapper,
|
|||||||
@Override
|
@Override
|
||||||
public EbikeOrderBulletinBoardInfo bulletinBoard() {
|
public EbikeOrderBulletinBoardInfo bulletinBoard() {
|
||||||
long staffId = StpUtil.getLoginIdAsLong();
|
long staffId = StpUtil.getLoginIdAsLong();
|
||||||
//对比纬度:周、月、日
|
|
||||||
//TODO:对比对象待确定
|
|
||||||
//完成单量统计,统计纬度:月、周、日
|
//完成单量统计,统计纬度:月、周、日
|
||||||
List<EbikeBikeOrderMonthCountDto> monthCountDtos = ebikeBikeOrderMapper.monthCount(staffId);
|
List<EbikeBikeOrderMonthCountDto> monthCountDtos = ebikeBikeOrderMapper.monthCount(staffId);
|
||||||
List<EbikeBikeOrderWeekCountDto> weekCountDtos = ebikeBikeOrderMapper.weekCount(staffId);
|
List<EbikeBikeOrderWeekCountDto> weekCountDtos = ebikeBikeOrderMapper.weekCount(staffId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user