|
|
@@ -214,12 +214,13 @@
|
|
|
<result column="cross_year" jdbcType="INTEGER" property="crossYear" />
|
|
|
<result column="start_time" jdbcType="TIMESTAMP" property="startTime" />
|
|
|
<result column="end_time" jdbcType="TIMESTAMP" property="endTime" />
|
|
|
+ <result column="tianhe_url" jdbcType="VARCHAR" property="tianheUrl" />
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectList" resultMap="BaseResultOutMap">
|
|
|
select
|
|
|
a.id, a.aid, a.`name`, a.project_status , a.create_time, a.remark, a.admin_name, a.staff_name, a.project_number,
|
|
|
- a.project_year, a.create_year, a.cross_year,a.duration,a.start_time,a.end_time
|
|
|
+ a.project_year, a.create_year, a.cross_year,a.duration,a.start_time,a.end_time,a.tianhe_url
|
|
|
from project_task a
|
|
|
left join sys_user c on a.aid=c.user_id
|
|
|
left join sys_dept d on c.dept_id=d.dept_id
|