From 8d21a2ee4d863a3422a1def79b9f1928c00d22aa Mon Sep 17 00:00:00 2001 From: zqy <2522236926@qq.com> Date: 星期日, 22 六月 2025 23:20:27 +0800 Subject: [PATCH] 没生效 重新上传 --- zhang-content/src/main/java/com/ruoyi/service/IZfPropertyShareService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyShareService.java b/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyShareService.java index 1f39965..0ada2e2 100644 --- a/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyShareService.java +++ b/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyShareService.java @@ -22,4 +22,6 @@ AjaxResult listUserId(Integer pageNo ,Integer pageSize); Long getShareId(ZfDownload zfDownload); + + Boolean deleteByContentId(Long[] ids); } -- Gitblit v1.9.1