From 3284eb81a736c1cf3e78d92ecb690d47e5d7e7e6 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 09 Aug 2022 15:42:29 +0800 Subject: [PATCH] Merge branch 'improve' of http://120.27.238.55:7000/r/farmer-cms into improve --- src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java b/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java index aa53f79..2af8ed0 100644 --- a/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java +++ b/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java @@ -7,5 +7,10 @@ void releaseColumn(Long id, int type, Long companyId); - void releaseIndex(Long companyId); + void releaseColumns(int type, Long companyId); + + void releaseIndex(Long companyId, boolean hasSearch); + + void releaseAll(Long companyId); + } -- Gitblit v1.9.1