This commit is contained in:
mashuai 2025-04-30 15:49:29 +08:00
parent 50a4660f10
commit e3ceb4d975
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class BmMessageServiceImpl implements IBmMessageService {
// messages.get(0).setIsRead(isRead); // messages.get(0).setIsRead(isRead);
return mergedList; return mergedList;
} else { } else {
return null; return new ArrayList<>();
} }
} }