|
@@ -74,7 +74,7 @@ public class ListenTask {
|
|
|
masters = result.getContent();
|
|
masters = result.getContent();
|
|
|
}
|
|
}
|
|
|
if (allList.isSuccess()) {
|
|
if (allList.isSuccess()) {
|
|
|
- masters = allList.getContent();
|
|
|
|
|
|
|
+ all = allList.getContent();
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
|
|
|