@@ -133,8 +133,8 @@
<include refid="UserFirstInterviewAllSql"/>
from user_first_interview
<where>
- <if test="id != null">
- and id = #{id}
+ <if test="aid != null">
+ and id = #{aid}
</if>
<if test="uid != null and uid != ''">
and uid = #{uid}