支付笔数
This commit is contained in:
parent
ffc289cc7d
commit
6bc31b3484
|
|
@ -1263,7 +1263,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseDao, Course> implements
|
|||
@Override
|
||||
public Result getRedEnvelopeTips(Long userId) {
|
||||
// 查询 用户 购买次数
|
||||
Integer count = ordersService.countOrderNum(userId, DateUtil.formatTime(DateUtil.beginOfDay(new Date())));
|
||||
Integer count = ordersService.countOrderNum(userId, DateUtil.formatDateTime(DateUtil.beginOfDay(new Date())));
|
||||
|
||||
String totalCount = commonInfoService.findOne(901).getValue();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue