Преглед на файлове

驳回的时候新增取消面谈相关标记

anderx преди 9 месеца
родител
ревизия
89a170f54f
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/main/java/com/goafanti/common/mapper/UserInterviewProjectMapper.xml

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

@@ -126,7 +126,7 @@
         b.bname name
         from user_interview_project a left join business_project b on a.pid=b.id
         <where>
-            and a.type=0
+            and a.status=0
             <if test="id != null">
                 and id = #{id}
             </if>
@@ -171,6 +171,7 @@
         select count(1)
         from user_interview_project
         <where>
+            and status=0
             <if test="id != null">
                 and id = #{id}
             </if>