anderx месяцев назад: 10
Родитель
Сommit
a6bb4e793f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/com/goafanti/common/mapper/UserFirstInterviewMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/UserFirstInterviewMapper.xml

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