From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 18 一月 2020 12:06:27 +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