anderx 7 роки тому
батько
коміт
1c088564f1

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserIdentityMapper.xml

@@ -1012,7 +1012,7 @@
 			AND ui.industry= #{field,jdbcType=VARCHAR}
 		</if>
 		<if test="name != null">
-			AND ui.username like CONCAT('%', #{name,jdbcType=VARCHAR}, '%')
+			AND u.identify_name like CONCAT('%', #{name,jdbcType=VARCHAR}, '%')
 		</if>
 	 </select>
   	 <select id="selectInternationalUser" resultType="com.goafanti.portal.bo.InternationalListBo">