|
|
@@ -101,6 +101,7 @@
|
|
|
<result property="uid" column="uid" jdbcType="VARCHAR"/>
|
|
|
<result property="aid" column="aid" jdbcType="VARCHAR"/>
|
|
|
<result property="pid" column="pid" jdbcType="VARCHAR"/>
|
|
|
+ <result property="type" column="type" 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"/>
|
|
|
@@ -191,7 +192,7 @@
|
|
|
|
|
|
<select id="selectByAid" 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.id, a.uid, a.aid, a.pid, a.examine_status, a.examine_status_other, a.buy_status, a.buy_status_other,a.type,
|
|
|
b.bname name
|
|
|
from user_interview_project a left join business_project b on a.pid=b.id
|
|
|
<where>
|