Compare commits
2 Commits
f94acd035b
...
e2fc06d56c
| Author | SHA256 | Date | |
|---|---|---|---|
| e2fc06d56c | |||
| 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