若依
2020-06-10 c3b5cb20d847f24cd7c2545c65ab01c88767aaf3
ruoyi/src/main/java/com/ruoyi/project/system/mapper/SysNoticeMapper.java
@@ -56,5 +56,5 @@
     * @param noticeIds 需要删除的公告ID
     * @return 结果
     */
    public int deleteNoticeByIds(Long noticeIds);
    public int deleteNoticeByIds(Long[] noticeIds);
}