|
|
@@ -41,7 +41,6 @@ public class TeamService {
|
|
|
private NeteaseMessageRepo neteaseMessageRepo;
|
|
|
private AssetRepo assetRepo;
|
|
|
|
|
|
- @Cacheable(value = "teamAll", key = "#userId+'@'+#pageQuery.hashCode()")
|
|
|
public Page<Team> all(Long userId, PageQuery pageQuery) {
|
|
|
Page<Team> teams = teamRepo
|
|
|
.findAll(JpaUtils.toSpecification(pageQuery, Team.class), JpaUtils.toPageRequest(pageQuery));
|