| | |
| | | * @return
|
| | | */
|
| | | List<Special> listByVersion(@Param("start") long start, @Param("count") int count,
|
| | | @Param("card") String card, @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
|
| | | @Param("placeKey") String placeKey, @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param systemId
|
| | | * @return
|
| | | */
|
| | | List<Special> listByPlaceKey(@Param("placeKey") String placeKey, @Param("sex")Integer sex);
|
| | | List<Special> listByPlaceKey(@Param("placeKey") String placeKey, @Param("sex")Integer sex
|
| | | , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
|
| | |
|
| | | } |