|
|
@ -166,7 +166,7 @@ public class TaskService implements ITaskService{ |
|
|
|
taskMap.forEach((key,val)->{ |
|
|
|
mapOfKey.add(key); |
|
|
|
}); |
|
|
|
if (CollectionUtil.isEmpty(mapOfKey)){ |
|
|
|
if (CollectionUtil.isNotEmpty(mapOfKey)){ |
|
|
|
if (0 == param.getQueryType()){ |
|
|
|
String max = Collections.max(mapOfKey); |
|
|
|
queryPluginForTask(taskMap.get(max)); |
|
|
|