|
|
@@ -81,7 +81,7 @@ public class ListenTask {
|
|
|
} finally {
|
|
|
if (CollectionUtils.isEmpty(masters)) {
|
|
|
StringBuilder str = new StringBuilder();
|
|
|
- if (CollectionUtils.isEmpty(all)) {
|
|
|
+ if (!CollectionUtils.isEmpty(all)) {
|
|
|
for (Master master : all) {
|
|
|
if ("".equals(str.toString())) {
|
|
|
str.append(StringUtils.isEmpty(master.getMa_function()) ? master.getMa_name() : master.getMa_function());
|