| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.accept.AcceptData;
|
| | |
| | | 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
|
| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public JSONObject listCacheSpecialToIndex(AcceptData acceptData, Integer sex) throws Exception;
|
| | | public JSONObject listCacheSpecialToIndex(AcceptData acceptData, Integer sex,SystemEnum system) throws Exception;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @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);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @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);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @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);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @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);
|
| | |
|
| | |
|
| | | /**
|