fix
This commit is contained in:
@@ -168,6 +168,9 @@ public class LabelServiceImpl implements LabelService {
|
|||||||
}
|
}
|
||||||
Set<Long> userPortraitIdList = new HashSet<>();
|
Set<Long> userPortraitIdList = new HashSet<>();
|
||||||
for (String userPortrait:userPortraitStrList) {
|
for (String userPortrait:userPortraitStrList) {
|
||||||
|
if(StringUtils.isBlank(userPortrait)){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
String[] parts = userPortrait.split(",");
|
String[] parts = userPortrait.split(",");
|
||||||
for (String part : parts) {
|
for (String part : parts) {
|
||||||
String trimmedPart = part.trim();
|
String trimmedPart = part.trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user