|
|
@@ -41,6 +41,7 @@ import lombok.extern.slf4j.Slf4j;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.scheduling.annotation.Async;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.util.*;
|
|
|
@@ -750,6 +751,7 @@ public class LiveWatchUserServiceImpl implements ILiveWatchUserService {
|
|
|
* 根据用户直播看课记录来打标签
|
|
|
*/
|
|
|
@Override
|
|
|
+ @Async
|
|
|
public void qwTagMarkByLiveWatchLog(Long liveId) {
|
|
|
//查询直播间的标签配置
|
|
|
List<LiveTagItemVO> liveTagConfig = liveTagConfigMapper.getLiveTagListByliveId(liveId);
|