|
|
@@ -1334,7 +1334,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
.replaceAll("#销售称呼#", txt18)
|
|
|
.replaceAll("#客户称呼#", customerTitle));
|
|
|
}
|
|
|
- Map<String, String> feishuH5Link = createFeishuH5Link(st, param.getCorpId(), createTime, courseId18, videoId18, String.valueOf(qwUser.getId()), companyUserId, companyId, item.getExternalId(), config);
|
|
|
+ Map<String, String> feishuH5Link = createFeishuH5Link(st, param.getCorpId(), createTime, courseId18, videoId18, qwUserId, companyUserId, companyId, item.getExternalId(), config);
|
|
|
String shortCode = feishuH5Link.get("link");
|
|
|
String feishuLink = feiShuService.getFeishuRegisterLink(videoId18.longValue(), companyIdLong, courseId18.longValue(), companyUserIdLong, shortCode, null);
|
|
|
if (StringUtils.isNotEmpty(feishuLink)) {
|