|
|
@@ -28,7 +28,6 @@ public class TradeDaySummaryServiceImpl extends ServiceImpl<TradeDaySummaryMappe
|
|
|
Long userId = SecurityUtils.getUser().getId();
|
|
|
String thisMonth = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.SIMPLE_MONTH_PATTERN);
|
|
|
|
|
|
- AmountDetailVO amountDetailVO = baseMapper.currentMonthsTotal(userId, thisMonth);
|
|
|
- return amountDetailVO;
|
|
|
+ return baseMapper.currentMonthsTotal(userId, thisMonth);
|
|
|
}
|
|
|
}
|