|  | @@ -94,7 +94,7 @@ public class ProjectMemberServiceImpl extends ServiceImpl<ProjectMemberMapper, P
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Override
 | 
	
		
			
				|  |  | -    @Cacheable(value = "cache_project_account",key="'projectAccount:userId='+#userId",unless = "#result.size() ==0")
 | 
	
		
			
				|  |  | +    @Cacheable(value = "cache_project_account",key="'projectAccount:userId='+#userId",unless = "#result==null")
 | 
	
		
			
				|  |  |      public List<Map<String, Object>> getProjectAccountByUserId(String userId) {
 | 
	
		
			
				|  |  |          List<Map<String, Object>> result = new ArrayList<>();
 | 
	
		
			
				|  |  |          List<Integer> mediaList = new ArrayList<>();
 |