admin
2019-09-06 2012b3b5db3c6b06535a68f775bcc81b16151b90
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;
   /**
@@ -96,4 +96,17 @@
    */
   public List<Special> listByPlaceKey(String placeKey);
   /**
    * 专题 版本区分
    * @param start
    * @param count
    * @param card
    * @param systemId
    * @param platform
    * @param versionCode
    * @return
    */
   public List<Special> listByVersion(long start, int count, String card, Integer platform, Integer versionCode);
}