|
@@ -1562,6 +1562,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
@Override
|
|
|
@Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
|
|
|
public boolean awardedMonthlyRewards() {
|
|
|
+ //获取
|
|
|
List<Map<Integer, Integer>> list = courseScheduleDao.queryVipGroupTeachereClassTimesByMonth(new Date(), CourseStatusEnum.OVER);
|
|
|
|
|
|
if (list != null && list.size() > 0) {
|