zqy
2024-04-30 3ea4e6f426596aef381c6753058398d3d4515a6f
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/MeetingStatisticController.java
@@ -27,7 +27,7 @@
    /**
     * 批量删除会议统计记录
     */
    @Log(title = "会议记录", businessType = BusinessType.DELETE)
    @Log(title = "会议统计记录", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids) {
        return meetingStatisticService.deleteData(ids);