Explorar el Código

Merge branch 'dev' of http://git.izouma.com/xiongzhu/raex_back into dev

wangqifan hace 3 años
padre
commit
6aa7df234d

+ 0 - 1
src/main/java/com/izouma/nineth/service/netease/TeamService.java

@@ -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));