| 
					
				 | 
			
			
				@@ -26,7 +26,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="update_by" property="updateBy" jdbcType="VARCHAR" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <result column="date_update" property="dateUpdate" jdbcType="DATE" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <association property="planUser" javaType="com.huaxu.entity.UserEntity"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <!--  <association property="planUser" javaType="com.huaxu.entity.UserEntity"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <id column="plan_user_id" property="id" jdbcType="INTEGER"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <result column="plan_user_name" property="username"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </association> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -45,7 +45,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <id column="update_by_id" property="id" jdbcType="INTEGER"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <result column="update_by_name" property="username"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </association> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </resultMap> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <sql id="Base_Column_List" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     id, plan_id, plan_name, plan_user_id, user_id, plan_date, plan_start_date, plan_end_date,  
			 |