Просмотр исходного кода

Merge branch 'saas' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan 3 лет назад
Родитель
Сommit
2f8c9b6353
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/QuestionnaireUserResultMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/QuestionnaireUserResultMapper.xml

@@ -178,7 +178,7 @@
 		<where>
 		<where>
 			 qu.tenant_id_ = #{tenantId}
 			 qu.tenant_id_ = #{tenantId}
 			<if test="search != null and search != ''">
 			<if test="search != null and search != ''">
-				AND (qu.user_id_ = #{search} OR ria.username_ LIKE CONCAT('%',#{search},'%') OR ria.mobile_no_ LIKE CONCAT('%',#{search},'%'))
+				AND (qu.user_id_ = #{search} OR ria.user_name_ LIKE CONCAT('%',#{search},'%') OR ria.mobile_no_ LIKE CONCAT('%',#{search},'%'))
 			</if>
 			</if>
 			<if test="activeId != null">
 			<if test="activeId != null">
 				AND qu.active_id_ = #{activeId}
 				AND qu.active_id_ = #{activeId}