|
@@ -22,11 +22,13 @@ import com.zhongzheng.modules.base.vo.UserProfileVo;
|
|
import com.zhongzheng.modules.exam.vo.ExamUserApplyVo;
|
|
import com.zhongzheng.modules.exam.vo.ExamUserApplyVo;
|
|
import com.zhongzheng.modules.goods.service.IGoodsService;
|
|
import com.zhongzheng.modules.goods.service.IGoodsService;
|
|
import com.zhongzheng.modules.goods.vo.GoodsVo;
|
|
import com.zhongzheng.modules.goods.vo.GoodsVo;
|
|
|
|
+import com.zhongzheng.modules.grade.domain.ClassGradeUser;
|
|
import com.zhongzheng.modules.grade.domain.ClassGradeUserTemp;
|
|
import com.zhongzheng.modules.grade.domain.ClassGradeUserTemp;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeGoodsService;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeGoodsService;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeService;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeService;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeUserService;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeUserService;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeUserTempService;
|
|
import com.zhongzheng.modules.grade.service.IClassGradeUserTempService;
|
|
|
|
+import com.zhongzheng.modules.grade.vo.ClassGradeUserVo;
|
|
import com.zhongzheng.modules.inform.bo.InformUserAddBo;
|
|
import com.zhongzheng.modules.inform.bo.InformUserAddBo;
|
|
import com.zhongzheng.modules.inform.service.IInformRemindService;
|
|
import com.zhongzheng.modules.inform.service.IInformRemindService;
|
|
import com.zhongzheng.modules.inform.service.IInformService;
|
|
import com.zhongzheng.modules.inform.service.IInformService;
|
|
@@ -233,6 +235,16 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
|
|
//新考预约提醒
|
|
//新考预约提醒
|
|
sendExamSubscribe();
|
|
sendExamSubscribe();
|
|
|
|
|
|
|
|
+ sendClassEnd();
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ private void sendClassEnd() {
|
|
|
|
+ List<ClassGradeUserVo> classTwentyGradeUserVos = iClassGradeUserService.sendTwentyClassGradeUser();
|
|
|
|
+ List<ClassGradeUserVo> classTenGradeUserVos = iClassGradeUserService.sendTenClassGradeUser();
|
|
|
|
+ List<ClassGradeUserVo> classFiveGradeUserVos = iClassGradeUserService.sendFiveClassGradeUser();
|
|
|
|
+ InformRemindVo informTwentyRemindVo = informRemindService.queryById(5L);
|
|
|
|
+ InformRemindVo informTenRemindVo = informRemindService.queryById(6L);
|
|
|
|
+ InformRemindVo informFiveRemindVo = informRemindService.queryById(7L);
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|