| 
					
				 | 
			
			
				@@ -151,6 +151,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <update id="update" parameterType="com.ym.mec.biz.dal.entity.Student"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         UPDATE student 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <set> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <if test="username != null and username != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                username_ = #{username}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="courseTeacher != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 course_teacher_ = #{courseTeacher}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 |