Browse Source

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

anderx 8 months ago
parent
commit
89a170f54f

+ 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>