|
|
@@ -1443,7 +1443,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
FSSysConfig sysConfig= JSON.parseObject(js,FSSysConfig.class);
|
|
|
//发个人看课记录处理
|
|
|
try {
|
|
|
- createLiveWatchLogAndInsert(qwUser.getCompanyId().toString(), qwUser.getCompanyUserId().toString(),item.getExternalId().toString(),Long.valueOf(st.getLiveId()),sysConfig.getAppId(),2, qwUserId,param.getCorpId());
|
|
|
+ createLiveWatchLogAndInsert(qwUser.getCompanyId().toString(), qwUser.getCompanyUserId().toString(),item.getExternalId().toString(),Long.valueOf(st.getLiveId()),sysConfig.getAppId(),3, qwUserId,param.getCorpId());
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
log.error("群聊创建直播看课记录失败!", e);
|
|
|
@@ -1735,7 +1735,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
item.getExternalId().toString(),
|
|
|
Long.valueOf(st.getLiveId()),
|
|
|
sysConfig0.getAppId(),
|
|
|
- 2,
|
|
|
+ 3,
|
|
|
String.valueOf(qwUser.getId()),
|
|
|
param.getCorpId());
|
|
|
} catch (Exception e) {
|
|
|
@@ -1753,7 +1753,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
item.getExternalId().toString(),
|
|
|
Long.valueOf(st.getLiveId()),
|
|
|
sysConfigLive.getAppId(),
|
|
|
- 2,
|
|
|
+ 3,
|
|
|
String.valueOf(qwUser.getId()),
|
|
|
param.getCorpId());
|
|
|
} catch (Exception e) {
|
|
|
@@ -2410,7 +2410,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
FSSysConfig sysConfig= JSON.parseObject(json,FSSysConfig.class);
|
|
|
//todo 发个人看课记录处理
|
|
|
try {
|
|
|
- createLiveWatchLogAndInsert(qwUser.getCompanyId().toString(), qwUser.getCompanyUserId().toString(),item.getExternalId().toString(),Long.valueOf(st.getLiveId()),sysConfig.getAppId(),2, String.valueOf(qwUser.getId()),param.getCorpId());
|
|
|
+ createLiveWatchLogAndInsert(qwUser.getCompanyId().toString(), qwUser.getCompanyUserId().toString(),item.getExternalId().toString(),Long.valueOf(st.getLiveId()),sysConfig.getAppId(),3, String.valueOf(qwUser.getId()),param.getCorpId());
|
|
|
} catch (Exception e) {
|
|
|
log.error("群聊创建直播看课记录失败!", e);
|
|
|
}
|
|
|
@@ -2599,7 +2599,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
sysConfig= JSON.parseObject(json,FSSysConfig.class);
|
|
|
//todo 发个人看课记录处理
|
|
|
try {
|
|
|
- createLiveWatchLogAndInsert(qwUser.getCompanyId().toString(), qwUser.getCompanyUserId().toString(),item.getExternalId().toString(),Long.valueOf(st.getLiveId()),sysConfig.getAppId(),2, String.valueOf(qwUser.getId()),param.getCorpId());
|
|
|
+ createLiveWatchLogAndInsert(qwUser.getCompanyId().toString(), qwUser.getCompanyUserId().toString(),item.getExternalId().toString(),Long.valueOf(st.getLiveId()),sysConfig.getAppId(),3, String.valueOf(qwUser.getId()),param.getCorpId());
|
|
|
} catch (Exception e) {
|
|
|
log.error("群聊创建直播看课记录失败!", e);
|
|
|
}
|
|
|
@@ -2692,7 +2692,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
item.getExternalId().toString(),
|
|
|
Long.valueOf(st.getLiveId()),
|
|
|
sysConfig0.getAppId(),
|
|
|
- 2,
|
|
|
+ 3,
|
|
|
String.valueOf(qwUser.getId()),
|
|
|
param.getCorpId());
|
|
|
} catch (Exception e) {
|
|
|
@@ -2710,7 +2710,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
item.getExternalId().toString(),
|
|
|
Long.valueOf(st.getLiveId()),
|
|
|
sysConfigLive.getAppId(),
|
|
|
- 2,
|
|
|
+ 3,
|
|
|
String.valueOf(qwUser.getId()),
|
|
|
param.getCorpId());
|
|
|
} catch (Exception e) {
|