|
@@ -766,7 +766,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
qwExternalContactMapper.updateQwExternalContactByExternalUserId(qw);
|
|
|
List<String> list= sopUserLogsInfoMapper.selectSopUserLogsInfoByExtId(qwExternalContact.getId());
|
|
|
if (list!=null&& !list.isEmpty()){
|
|
|
- sopUserLogsInfoMapper.updateSopUserLogsInfoFsUserIdById(list,qwExternalContact.getId(),param.getUserId());
|
|
|
+ sopUserLogsInfoMapper.updateSopUserLogsInfoFsUserIdById(list,param.getUserId());
|
|
|
}
|
|
|
return R.ok();
|
|
|
}
|