|
@@ -475,7 +475,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
log.setUpdateTime(new Date());
|
|
|
courseWatchLogMapper.updateFsCourseWatchLog(log);
|
|
|
|
|
|
-// iSopUserLogsInfoService.updateSopUserInfoByExternalId(externalContact.getId(),param.getUserId());
|
|
|
+ iSopUserLogsInfoService.updateSopUserInfoByExternalId(externalContact.getId(),param.getUserId());
|
|
|
|
|
|
return R.ok();
|
|
|
|
|
@@ -491,7 +491,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
user.setQwExtId(param.getQwExternalId());
|
|
|
fsUserMapper.updateFsUser(user);
|
|
|
|
|
|
-// iSopUserLogsInfoService.updateSopUserInfoByExternalId(externalContact.getId(),param.getUserId());
|
|
|
+ iSopUserLogsInfoService.updateSopUserInfoByExternalId(externalContact.getId(),param.getUserId());
|
|
|
|
|
|
//绑定上之后 更新观看记录
|
|
|
//看课记录中userId为0绑定userId
|