From 4e94b05b765acb54053123580c570468d41371e1 Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期五, 14 七月 2023 11:18:19 +0800 Subject: [PATCH] 123456 --- zhang-content/src/main/java/com/ruoyi/service/ZfEventService.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZfEventService.java b/zhang-content/src/main/java/com/ruoyi/service/ZfEventService.java index ed4cf44..1a38063 100644 --- a/zhang-content/src/main/java/com/ruoyi/service/ZfEventService.java +++ b/zhang-content/src/main/java/com/ruoyi/service/ZfEventService.java @@ -21,6 +21,7 @@ AjaxResult selectDataList(ZfEvent zfEvent, Integer pageNum, Integer pageSize); List<ZfEvent> selectByCondition(ZfEvent zfEvent); + List<ZfEvent> selectByIds(Long[] ids); AjaxResult addData(ZfEvent zfEvent); -- Gitblit v1.9.1