From b59fef5c00b15fdfdfa9d4be26e5bf6b41c75458 Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期日, 23 二月 2020 00:16:52 +0800 Subject: [PATCH] 2.0.7相关服务端功能添加 --- fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/HomeNavbarService.java | 6 +++--- 1 files changed, 3 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..85bd14f 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); /** -- Gitblit v1.8.0