瀏覽代碼

bug修改

zouxuan 3 年之前
父節點
當前提交
bd1490d4d5
共有 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>
 			 qu.tenant_id_ = #{tenantId}
 			<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 test="activeId != null">
 				AND qu.active_id_ = #{activeId}