yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
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);
   
   
   /**