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