Commit fefddcc0 by 陶光胜

观云台小程序

parent 8269ddf3
......@@ -153,7 +153,9 @@ public class StoreSearchUtils {
return false;
});
}else {
list.addAll(Arrays.asList(searchQo.getStoreGroupIds().split(",")));
if(StringUtils.isNotBlank(searchQo.getStoreGroupIds())){
list.addAll(Arrays.asList(searchQo.getStoreGroupIds().split(",")));
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment