|
@ -28,6 +28,7 @@ |
|
|
<result column="tRealEndTime" property="realEndTime" /> |
|
|
<result column="tRealEndTime" property="realEndTime" /> |
|
|
<result column="tProcess" property="process" /> |
|
|
<result column="tProcess" property="process" /> |
|
|
<result column="tSubProjectId" property="subProjectId" /> |
|
|
<result column="tSubProjectId" property="subProjectId" /> |
|
|
|
|
|
<result column="tSubProjectName" property="subProjectName" /> |
|
|
<result column="tMoney" property="money" /> |
|
|
<result column="tMoney" property="money" /> |
|
|
<result column="tVirtual" property="virtual" /> |
|
|
<result column="tVirtual" property="virtual" /> |
|
|
<result column="tDelay" property="delay" /> |
|
|
<result column="tDelay" property="delay" /> |
|
@ -76,6 +77,7 @@ |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.complated_status as tProcess, |
|
|
s.complated_status as tProcess, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
|
|
|
d.sub_project as tSubProjectName, |
|
|
d.money as tMoney, |
|
|
d.money as tMoney, |
|
|
d.virtual as tVirtual, |
|
|
d.virtual as tVirtual, |
|
|
d.delay as tDelay, |
|
|
d.delay as tDelay, |
|
@ -152,6 +154,7 @@ |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.complated_status as tProcess, |
|
|
s.complated_status as tProcess, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
|
|
|
d.sub_project as tSubProjectName, |
|
|
d.money as tMoney, |
|
|
d.money as tMoney, |
|
|
d.virtual as tVirtual, |
|
|
d.virtual as tVirtual, |
|
|
d.delay as tDelay, |
|
|
d.delay as tDelay, |
|
@ -225,6 +228,7 @@ |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.complated_status as tProcess, |
|
|
s.complated_status as tProcess, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
|
|
|
d.sub_project as tSubProjectName, |
|
|
d.money as tMoney, |
|
|
d.money as tMoney, |
|
|
d.virtual as tVirtual, |
|
|
d.virtual as tVirtual, |
|
|
d.delay as tDelay, |
|
|
d.delay as tDelay, |
|
@ -279,6 +283,7 @@ |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.complated_status as tProcess, |
|
|
s.complated_status as tProcess, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
|
|
|
d.sub_project as tSubProjectName, |
|
|
d.money as tMoney, |
|
|
d.money as tMoney, |
|
|
d.virtual as tVirtual, |
|
|
d.virtual as tVirtual, |
|
|
d.delay as tDelay, |
|
|
d.delay as tDelay, |
|
@ -360,6 +365,7 @@ |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.real_end_time as tRealEndTime, |
|
|
s.complated_status as tProcess, |
|
|
s.complated_status as tProcess, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
d.sub_project_id as tSubProjectId, |
|
|
|
|
|
d.sub_project as tSubProjectName, |
|
|
d.money as tMoney, |
|
|
d.money as tMoney, |
|
|
d.virtual as tVirtual, |
|
|
d.virtual as tVirtual, |
|
|
d.delay as tDelay, |
|
|
d.delay as tDelay, |
|
|