| | |
| | | * @param versionCode
|
| | | * @return
|
| | | */
|
| | | AppVersionInfo selectByPlatformAndVersion(@Param("platform") String platform,
|
| | | @Param("version") String version);
|
| | | |
| | | |
| | | AppVersionInfo selectByPlatformAndVersion(@Param("platform") String platform, @Param("version") String version);
|
| | |
|
| | | /**
|
| | | * 根据平台和版本号获取版本信息
|
| | | *
|
| | |
| | | */
|
| | | List<AppVersionInfo> listByPlatformAndMaxVersionCode(@Param("platform") String platform,
|
| | | @Param("maxVersionCode") int maxVersionCode);
|
| | | |
| | |
|
| | | /**
|
| | | * 根据版本检索
|
| | | * |
| | | * @param version
|
| | | * @return
|
| | | */
|
| | | List<AppVersionInfo> listByVersion(@Param("version") String version);
|
| | | } |