|
@@ -500,7 +500,8 @@ |
|
|
npch.status as changeStatus, |
|
|
npch.status as changeStatus, |
|
|
npch.create_on as change_apply_time, |
|
|
npch.create_on as change_apply_time, |
|
|
npch.id as changeId, |
|
|
npch.id as changeId, |
|
|
npch.inst_code as instCode |
|
|
|
|
|
|
|
|
npch.inst_code as instCode, |
|
|
|
|
|
npch.can_resubmit as canResubmit |
|
|
from (select * from nd_project ${ew.customSqlSegment}) np |
|
|
from (select * from nd_project ${ew.customSqlSegment}) np |
|
|
inner join nd_project_change_history npch |
|
|
inner join nd_project_change_history npch |
|
|
on np.id = npch.project_id |
|
|
on np.id = npch.project_id |
|
|