| | |
| | | List<Special> listByPlaceKey(@Param("placeKey") String placeKey, @Param("sex")Integer sex
|
| | | , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
|
| | |
|
| | | |
| | | /**
|
| | | * 根据多个位置标识查询
|
| | | * @param list
|
| | | * @param sex
|
| | | * @param platform
|
| | | * @param versionCode
|
| | | * @return
|
| | | */
|
| | | List<Special> listByPlaceKeyList(@Param("start")long start, @Param("count")int count,@Param("list") List<String> list, @Param("sex")Integer sex
|
| | | , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
|
| | | |
| | | long countByPlaceKeyList(@Param("list") List<String> list, @Param("sex")Integer sex
|
| | | , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
|
| | | |
| | | |
| | | |
| | | /**
|
| | | * 根据多个位置标识查询
|
| | | * @param list
|
| | | * @param sex
|
| | | * @param platform
|
| | | * @param versionCode
|
| | | * @return
|
| | | */
|
| | | List<Special> listByPlaceKeyHasLabel(@Param("start")long start, @Param("count")int count,@Param("list") List<String> list, @Param("sex")Integer sex
|
| | | , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
|
| | | |
| | | } |