|  | @@ -34,6 +34,7 @@
 | 
	
		
			
				|  |  |          <result column="class_group_name_" property="classGroupName"/>
 | 
	
		
			
				|  |  |          <result column="class_group_type_" property="classGroupType"/>
 | 
	
		
			
				|  |  |          <result column="teaching_content_" property="teachingContent"/>
 | 
	
		
			
				|  |  | +        <result column="teaching_point_" property="teachingPoint"/>
 | 
	
		
			
				|  |  |          <result column="note_" property="note"/>
 | 
	
		
			
				|  |  |          <result column="organ_id_" property="organId"/>
 | 
	
		
			
				|  |  |          <result column="member_flag_" property="memberFlag"/>
 | 
	
	
		
			
				|  | @@ -180,6 +181,7 @@
 | 
	
		
			
				|  |  |          cs.del_flag_,
 | 
	
		
			
				|  |  |          cs.is_lock_,
 | 
	
		
			
				|  |  |          cs.teaching_content_,
 | 
	
		
			
				|  |  | +        cs.teaching_point_,
 | 
	
		
			
				|  |  |          cs.note_,
 | 
	
		
			
				|  |  |          cs.organ_id_,
 | 
	
		
			
				|  |  |          cs.member_flag_,
 |