admin
2020-07-14 eec7e789a87863c25d92c10ad5dfc22ad80c448d
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -2,6 +2,7 @@
import java.util.List;
import com.yeshi.fanli.entity.SystemEnum;
import org.springframework.web.multipart.MultipartFile;
import com.yeshi.fanli.entity.accept.AcceptData;
@@ -46,25 +47,6 @@
   public int deleteBatchByCardID(List<Long> list) throws Exception;
   /**
    * 根据标识、系统查询启用专题
    * @param card
    * @param systemId
    * @return
    */
   public List<SpecialVO> listBySystemAndCard(String card, Long systemId);
   /**
    * 活动列表-分页
    * @param start
    * @param count
    * @param card
    * @param systemId
    * @return
    */
   public List<SpecialVO> listPageBySystemAndCard(long start, int count, String card, Long systemId);
   /**
    * 保存
    * @param file
    * @param record
@@ -89,7 +71,7 @@
    * @return
    * @throws Exception
    */
   public JSONObject listCacheSpecialToIndex(AcceptData acceptData, Integer sex) throws Exception;
   public JSONObject listCacheSpecialToIndex(AcceptData acceptData, Integer sex,SystemEnum system) throws Exception;
   /**
@@ -97,7 +79,7 @@
    * @param placeKey
    * @return
    */
   public List<Special> listByPlaceKey(String placeKey, Integer platform, Integer versionCode);
   public List<Special> listByPlaceKey(String placeKey, Integer platform, Integer versionCode,SystemEnum system);
   /**
@@ -105,12 +87,11 @@
    * @param start
    * @param count
    * @param card
    * @param systemId
    * @param platform
    * @param versionCode
    * @return
    */
   public List<SpecialVO> listByVersion(long start, int count, String card, String platform, Integer versionCode);
   public List<SpecialVO> listByVersion(long start, int count, String card, String platform, Integer versionCode,SystemEnum system);
   /**
@@ -120,10 +101,10 @@
    * @param versionCode
    * @return
    */
   public List<Special> listByPlaceKeyList(long start, int count, List<String> list, Integer platform, Integer versionCode);
   public List<Special> listByPlaceKeyList(long start, int count, List<String> list, Integer platform, Integer versionCode,SystemEnum system);
   public long countByPlaceKeyList(List<String> list, Integer platform, Integer versionCode);
   public long countByPlaceKeyList(List<String> list, Integer platform, Integer versionCode,SystemEnum system);
   /**
@@ -133,7 +114,7 @@
    * @param versionCode
    * @return
    */
   public List<SpecialVO> listByPlaceKeyHasLabel(long start, int count, List<String> list, Integer platform, Integer versionCode);
   public List<SpecialVO> listByPlaceKeyHasLabel(long start, int count, List<String> list, Integer platform, Integer versionCode,SystemEnum system);
   
   
   /**