|
|
@@ -631,6 +631,7 @@ public class LiveServiceImpl implements ILiveService
|
|
|
liveTagConfig.setMarkType(Long.valueOf(liveTagItemVO.getMarkType()));
|
|
|
liveTagConfig.setQwTagId(liveTagItemVO.getQwTagId());
|
|
|
liveTagConfig.setQwTagName(liveTagItemVO.getQwTagName());
|
|
|
+ liveTagConfig.setQwTagRealId(liveTagItemVO.getQwTagRealId());
|
|
|
liveTagConfig.setCreateTime(new Date());
|
|
|
liveTagConfig.setCreateBy(createBy);
|
|
|
liveTagConfigMapper.insertLiveTagConfig(liveTagConfig);
|