yujian
2019-08-27 d8359ddb48dab5cc797a9d552e11fde571f4920c
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -22,9 +22,9 @@
   public Special selectByPrimaryKey(Long id);
   public List<Special> listQueryByCard(long start, int count, Long card, String key);
   public List<Special> listQueryByCard(long start, int count, Long card, String key, Integer sex);
   public long countlistQueryByCard(Long card, String key);
   public long countlistQueryByCard(Long card, String key, Integer sex);
   /**
@@ -78,7 +78,7 @@
    * @param moveType
    * @throws SpecialException
    */
   public void updateOrder(Long id, Integer moveType) throws SpecialException;
   public void updateOrder(Long id, Integer moveType, Integer sex) throws SpecialException;
   /**
@@ -86,7 +86,7 @@
    * @return
    * @throws Exception
    */
   public JSONObject listCacheSpecialToIndex(AcceptData acceptData) throws Exception;
   public JSONObject listCacheSpecialToIndex(AcceptData acceptData, Integer sex) throws Exception;
   /**