|
@@ -69,7 +69,7 @@ public class AppUserRewardController extends AppBaseController{
|
|
|
boolean rewardAdded = appUserRewardService.checkFirstLoginRewardStatus(fsUserId);
|
|
boolean rewardAdded = appUserRewardService.checkFirstLoginRewardStatus(fsUserId);
|
|
|
if (rewardAdded) {
|
|
if (rewardAdded) {
|
|
|
//添加看课奖励
|
|
//添加看课奖励
|
|
|
- appUserRewardService.addUserFirstLoginRewards(fsUserId);
|
|
|
|
|
|
|
+ appUserRewardService.addUserWatchCourseRewards(fsUserId);
|
|
|
log.info("用户App看课奖励添加成功: userId={}", loginUserId);
|
|
log.info("用户App看课奖励添加成功: userId={}", loginUserId);
|
|
|
}
|
|
}
|
|
|
return R.ok();
|
|
return R.ok();
|