|
|
@@ -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">
|