支付笔数
This commit is contained in:
@@ -1263,7 +1263,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseDao, Course> implements
|
|||||||
@Override
|
@Override
|
||||||
public Result getRedEnvelopeTips(Long userId) {
|
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();
|
String totalCount = commonInfoService.findOne(901).getValue();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user