@@ -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
+ and status=0