@@ -1260,6 +1260,9 @@
<if test="param != null and param != ''">
AND (a.licenseno = #{param} or a.ins_company = #{param})
</if>
+ <if test="userId != null and userId != ''">
+ AND a.userid = #{userId}
+ </if>
</select>