ソースを参照

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

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>