|
|
@@ -113,6 +113,7 @@
|
|
|
<result property="aid" column="aid" jdbcType="VARCHAR"/>
|
|
|
<result property="pid" column="pid" jdbcType="VARCHAR"/>
|
|
|
<result property="type" column="type" jdbcType="INTEGER"/>
|
|
|
+ <result property="status" column="status" jdbcType="INTEGER"/>
|
|
|
<result property="examineStatus" column="examine_status" jdbcType="INTEGER"/>
|
|
|
<result property="examineStatusOther" column="examine_status_other" jdbcType="VARCHAR"/>
|
|
|
<result property="buyStatus" column="buy_status" jdbcType="INTEGER"/>
|
|
|
@@ -122,7 +123,7 @@
|
|
|
<!--查询指定行数据-->
|
|
|
<select id="findUserInterviewProjectList" resultMap="ListMap">
|
|
|
select
|
|
|
- a.id, a.uid, a.aid, a.pid, a.examine_status, a.examine_status_other, a.buy_status, a.buy_status_other,a.type,
|
|
|
+ a.id, a.uid, a.aid, a.pid, a.examine_status, a.examine_status_other, a.buy_status, a.buy_status_other,a.type,a.status,
|
|
|
b.bname name
|
|
|
from user_interview_project a left join business_project b on a.pid=b.id
|
|
|
<where>
|