| 
					
				 | 
			
			
				@@ -57,7 +57,7 @@ public class SysUserCashAccount extends BaseEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	public SysUserCashAccount(Integer userId,Integer tenantId, String currency) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		this.userId = userId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		this.setTenantId(tenantId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        super.setTenantId(tenantId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		this.currency = currency; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |