| | |
| | | package com.yeshi.fanli.service.inter.homemodule;
|
| | |
|
| | | import java.util.List;
|
| | | import java.util.Set;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.homemodule.AdActivityVersionControl;
|
| | | import com.yeshi.fanli.entity.bus.homemodule.AdActivityVersionControl.AdActivityType;
|
| | |
| | | public void deleteByPrimaryKey(Long id);
|
| | |
|
| | | /**
|
| | | * 根据来源与版本删除
|
| | | * @param sourceId
|
| | | * @param type
|
| | | * @param version
|
| | | */
|
| | | public void deleteBySourceAndVersion(Long sourceId, AdActivityType type, Long version);
|
| | |
|
| | | /**
|
| | | * 根据类型与内容ID查询
|
| | | *
|
| | | * @param type
|
| | |
| | | * @param appVersionId
|
| | | * @return
|
| | | */
|
| | | public List<Long> filterSourceIdByVersion(List<Long> sourceIdList, AdActivityType type, List<Long> versionIdList);
|
| | | public Set<Long> filterSourceIdByVersion(List<Long> sourceIdList, AdActivityType type, List<Long> versionIdList);
|
| | |
|
| | | }
|