@@ -1027,6 +1027,9 @@
<if test="name != null">
AND u.identify_name like CONCAT('%', #{name,jdbcType=VARCHAR}, '%')
</if>
+ <if test="auditStatus != null">
+ AND ui.audit_status= #{auditStatus,jdbcType=VARCHAR}
+ </if>
</select>
<select id="selectInternationalUser" resultType="com.goafanti.portal.bo.InternationalListBo">
select