|
@@ -516,10 +516,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
user.setQwExtId(param.getQwExternalId());
|
|
|
fsUserMapper.updateFsUser(user);
|
|
|
|
|
|
- List<String> list= sopUserLogsInfoMapper.selectSopUserLogsInfoByExtId(contact.getId());
|
|
|
- if (list!=null&& !list.isEmpty()){
|
|
|
- sopUserLogsInfoMapper.updateSopUserLogsInfoFsUserIdById(list,param.getUserId());
|
|
|
- }
|
|
|
+ iSopUserLogsInfoService.updateSopUserInfoByExternalId(qwExternalId,param.getUserId());
|
|
|
|
|
|
//绑定上之后 更新观看记录
|
|
|
//看课记录中userId为0绑定userId
|