|
|
|
@@ -178,7 +178,7 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
if (tag.getType().getFlag() == EnumTagTypeFlag.FLAG_SINGLE){ |
|
|
|
while(it.hasNext()){ |
|
|
|
Long id = it.next(); |
|
|
|
if(EnumTag.getEnum(id).getType() == tag.getType()){ |
|
|
|
if(null!=EnumTag.getEnum(id) && EnumTag.getEnum(id).getType() == tag.getType()){ |
|
|
|
it.remove(); |
|
|
|
} |
|
|
|
} |
|
|
|
|