|
@@ -858,6 +858,9 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
// if (StringUtils.isEmpty(user.getMpOpenId())){
|
|
|
// return R.error("未识别到领取信息");
|
|
|
// }
|
|
|
+ if (user.getStatus()==0){
|
|
|
+ return R.error("会员被停用,无权限,请联系客服!");
|
|
|
+ }
|
|
|
FsCourseWatchLog log = new FsCourseWatchLog();
|
|
|
|
|
|
// 根据链接类型判断是否已发放奖励
|