zhuo
2025-04-10 1b0b86833609f1d0a25b0bc84d21796581629f4e
ruoyi-system/src/main/resources/mapper/system/InformationNotificationMapper.xml
@@ -20,6 +20,7 @@
        left join user u on i.sender_id = u.id
        left join user u2 on u2.id = i.consignee_id
        where i.consignee_id = #{userId}
        and i.view_status = false
        order by i.create_time desc
    </select>