|
@ -586,6 +586,7 @@ |
|
|
<id column="tSubTimeId" property="id" /> |
|
|
<id column="tSubTimeId" property="id" /> |
|
|
<result column="tName" property="name" /> |
|
|
<result column="tName" property="name" /> |
|
|
<result column="tProjectId" property="projectId" /> |
|
|
<result column="tProjectId" property="projectId" /> |
|
|
|
|
|
<result column="projectName" property="projectName" /> |
|
|
<result column="tDescription" property="description" /> |
|
|
<result column="tDescription" property="description" /> |
|
|
<result column="tExecutorRole" property="executorRole" /> |
|
|
<result column="tExecutorRole" property="executorRole" /> |
|
|
<result column="tExecutorRoleName" property="executorRoleName" /> |
|
|
<result column="tExecutorRoleName" property="executorRoleName" /> |
|
@ -629,6 +630,7 @@ |
|
|
s.id as tSubTimeId, |
|
|
s.id as tSubTimeId, |
|
|
d.name as tName, |
|
|
d.name as tName, |
|
|
d.project_id as tProjectId, |
|
|
d.project_id as tProjectId, |
|
|
|
|
|
(select name from t_sys_project where id = #{projectId}) as projectName, |
|
|
d.description as tDescription, |
|
|
d.description as tDescription, |
|
|
d.executor_role as tExecutorRole, |
|
|
d.executor_role as tExecutorRole, |
|
|
s.begin_time as tBeginTime, |
|
|
s.begin_time as tBeginTime, |
|
@ -670,6 +672,7 @@ |
|
|
s.id as tSubTimeId, |
|
|
s.id as tSubTimeId, |
|
|
d.name as tName, |
|
|
d.name as tName, |
|
|
d.project_id as tProjectId, |
|
|
d.project_id as tProjectId, |
|
|
|
|
|
(select name from t_sys_project where id = #{projectId}) as projectName, |
|
|
d.description as tDescription, |
|
|
d.description as tDescription, |
|
|
d.executor_role as tExecutorRole, |
|
|
d.executor_role as tExecutorRole, |
|
|
s.begin_time as tBeginTime, |
|
|
s.begin_time as tBeginTime, |
|
|