From ec8a1c6f81b5747e9efce86faaba33d10df7f61d Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期日, 01 三月 2020 16:37:26 +0800 Subject: [PATCH] 动态提示语调整 --- 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