|
|
|
@@ -321,6 +321,7 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
} |
|
|
|
//添加新的标签 |
|
|
|
tagList.addAll(tags); |
|
|
|
tagList.removeAll(Collections.singleton(null)); |
|
|
|
String tagStr = JSONArray.toJSONString(tagList); |
|
|
|
userTags.setTags(tagStr); |
|
|
|
userTags.setUpdateDate(new Date()); |
|
|
|
|