|
|
@@ -441,6 +441,7 @@ public class CorpServiceImpl implements CorpService {
|
|
|
corpUserTag.setGroupName(Constant.EP_INTENTION_GROUP_NAME);
|
|
|
corpUserTag.setTagId(tagId);
|
|
|
corpUserTag.setTagName(tagName);
|
|
|
+ corpUserTag.setType(1);
|
|
|
corpUserTagMapper.insert(corpUserTag);
|
|
|
} catch (Exception e) {
|
|
|
log.error("新增用户意向标签错误:{}", StringUtil.getErrorText(e));
|