瀏覽代碼

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

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>