This commit is contained in:
mashuai 2025-04-30 15:50:33 +08:00
parent 368cf57386
commit 9a52a584ee
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);
return mergedList;
} else {
return null;
return new ArrayList<>();
}
}