From 98b1a0affd69bbe63223c21fdd2c404e8bedfccb Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 20 五月 2020 17:25:08 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/div' into 2.1.2 --- fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/HomeNavbarService.java | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/HomeNavbarService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/HomeNavbarService.java index a721e66..5437a63 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/HomeNavbarService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/HomeNavbarService.java @@ -42,7 +42,7 @@ * @throws HomeNavbarException * @throws Exception */ - public void updateOrder(Long id, Integer moveType) throws HomeNavbarException, Exception; + public void updateOrder(Long id, Integer moveType, Integer sex) throws HomeNavbarException, Exception; /** @@ -52,9 +52,9 @@ * @param key * @return */ - public List<HomeNavbar> listQuery(long start, int count, String key); + public List<HomeNavbar> listQuery(long start, int count, String key, Integer sex); - public long countlistQuery(String key); + public long countlistQuery(String key, Integer sex); /** @@ -82,5 +82,12 @@ * @return */ public List<HomeNavbar> listQueryFixedNavbar(); + + /** + * 鏀瑰彉鐘舵�� + * @param id + * @throws HomeNavbarException + */ + public void switchState(Long id) throws HomeNavbarException; } -- Gitblit v1.8.0