Administrator
2020-02-23 388be9f734f5b80c348bcc956726c206002e832a
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -107,7 +107,7 @@
    * @param versionCode
    * @return
    */
   public List<Special> listByVersion(long start, int count, String card, Integer platform, Integer versionCode);
   public List<Special> listByVersion(long start, int count, String card, String platform, Integer versionCode);
   /**
@@ -131,6 +131,15 @@
    * @return
    */
   public List<Special> listByPlaceKeyHasLabel(long start, int count, List<String> list, Integer platform, Integer versionCode);
   /**
    * 为专题设置版本
    * @param specialId
    * @param versions
    * @throws Exception
    */
   public void setVersions(Long specialId,List<Long> versions)  throws Exception;
}