|
|
@@ -859,9 +859,10 @@ public class LiveWatchUserServiceImpl implements ILiveWatchUserService {
|
|
|
@Override
|
|
|
@Async
|
|
|
public void qwTagMarkByLiveWatchLog(Long liveId) {
|
|
|
+ log.info("处理直播间打标签: liveId={}", liveId);
|
|
|
//查询直播间的标签配置
|
|
|
List<LiveTagItemVO> liveTagConfig = liveTagConfigMapper.getLiveTagListByliveId(liveId);
|
|
|
-
|
|
|
+ log.info("处理直播间打标签: liveTagConfig={}", liveTagConfig);
|
|
|
/**
|
|
|
* 8 回放已下单
|
|
|
* 7 直播已下单
|
|
|
@@ -926,6 +927,7 @@ public class LiveWatchUserServiceImpl implements ILiveWatchUserService {
|
|
|
default:
|
|
|
break;
|
|
|
}
|
|
|
+ addItem.setTags(tags);
|
|
|
if (null != liveLog.getLiveBuy() && liveLog.getLiveBuy().equals(1)) {
|
|
|
liveTagItemVO = liveTagMp.get(7);
|
|
|
if (null != liveTagItemVO) {
|