|  |  | @ -408,6 +408,8 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi | 
			
		
	
		
			
				
					|  |  |  |                         hash.put("ic_resi_user", finalResiUserId); | 
			
		
	
		
			
				
					|  |  |  |                         hash.put("customer_id", tokenDto.getCustomerId()); | 
			
		
	
		
			
				
					|  |  |  |                         hash.put("created_by", tokenDto.getUserId()); | 
			
		
	
		
			
				
					|  |  |  |                         //2022.5.31  bug修改【举例党员类别新增选是,修改为否,在修改为是时,此时字表id没值,实际有脏数据,导致字表新数据进不去】
 | 
			
		
	
		
			
				
					|  |  |  |                         baseDao.del(d.getTableName(), finalResiUserId); | 
			
		
	
		
			
				
					|  |  |  |                         //字表新增数据
 | 
			
		
	
		
			
				
					|  |  |  |                         baseDao.add(d.getTableName(), hash); | 
			
		
	
		
			
				
					|  |  |  |                     } else { | 
			
		
	
	
		
			
				
					|  |  | 
 |