@@ -323,6 +323,8 @@ public class ScheduledIntelligentService {
String[] split = new String[0];
if (tagIds != null) {
split = tagIds.split(",");
+ }else {
+ return new ArrayList<>();
}
return new ArrayList<>(Arrays.asList(split));