|  | @@ -520,7 +520,7 @@
 | 
	
		
			
				|  |  |          <result property="username" column="username_"/>
 | 
	
		
			
				|  |  |          <result property="realName" column="real_name_"/>
 | 
	
		
			
				|  |  |          <result property="organId" column="organ_id_"/>
 | 
	
		
			
				|  |  | -        <result property="phone_" column="mobile"/>
 | 
	
		
			
				|  |  | +        <result property="mobile" column="phone_"/>
 | 
	
		
			
				|  |  |      </resultMap>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <resultMap id="ExtendTeacherBasicDto" type="com.ym.mec.biz.dal.dto.ExtendTeacherBasicDto" extends="TeacherBasicDto">
 |