|
|
|
@@ -71,7 +71,6 @@ public class WxCUserBasicInfoController extends BaseController { |
|
|
|
if (info.getTagId() != null) { |
|
|
|
WxCUserTags uTag = wxCUserTagsService.getById(info.getTagId()); |
|
|
|
if (StringUtils.isNotBlank(uTag.getTags())) { |
|
|
|
info.setTagIds(uTag.getTags()); |
|
|
|
List<Long> ids = JSONObject.parseArray(uTag.getTags(), Long.class); |
|
|
|
info.setTagsList(wxCUserTagsService.findTagList(getTenantId(),ids)); |
|
|
|
} |
|
|
|
|