This commit is contained in:
parent
50a4660f10
commit
e3ceb4d975
|
|
@ -89,7 +89,7 @@ public class BmMessageServiceImpl implements IBmMessageService {
|
|||
// messages.get(0).setIsRead(isRead);
|
||||
return mergedList;
|
||||
} else {
|
||||
return null;
|
||||
return new ArrayList<>();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue