@@ -158,6 +158,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="idCard != null and idCard != ''" >
AND u.id_card = #{idCard}
</if>
+ <if test="userId != null and userId != ''" >
+ AND u.user_id = #{userId}
+ </if>
</select>