소스 검색

有效面谈逻辑修改

anderx 10 달 전
부모
커밋
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"/>
         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}