|
|
|
@@ -167,6 +167,7 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
|
|
|
|
//按type 替换 |
|
|
|
private List<WxTags> assign(WxCUserBasicInfo user, List<EnumTag> enumTags, EnumTagType type){ |
|
|
|
logger.info("-----" + enumTags.toString()); |
|
|
|
if(user == null){ |
|
|
|
return null; |
|
|
|
} |
|
|
|
@@ -197,6 +198,7 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
tagIdList.add(enumTag.getCode()); |
|
|
|
} |
|
|
|
} |
|
|
|
logger.info("-----" + tagIdList.toString()); |
|
|
|
record.setTags(JSON.toJSONString(tagIdList)); |
|
|
|
saveOrUpdate(record); |
|
|
|
|
|
|
|
|