添加头像

This commit is contained in:
2024-08-19 15:10:41 +08:00
parent fa86a2af45
commit 203c88dd70
11 changed files with 97 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
FROM `t_notification`
WHERE receiver_id = #{receiverId}
AND is_read = 0
AND is_deleted = 0
GROUP BY type
</select>