2026-06-01 bf0842edb38504036d4892e7d0d80f81ce5d6646
src/main/java/com/ruoyi/project/system/service/ISysNoticeService.java
@@ -71,6 +71,7 @@
     * @param title 标题
     * @param message 消息
     * @param jumpPath 跳转地址
     * @param consigneeId  收件人id
     */
    void simpleNoticeByUser(final String title, final String message, final List<Long> consigneeId,  final String jumpPath);