|
@@ -46,6 +46,8 @@
|
|
|
wct.type_name as 'typeName',su.name as 'createName'
|
|
|
from (select id,create_by,create_date,update_by,update_date,remarks,del_flag,project_id,content_id,cont_id,alter_type,alter_date,review_amt,set_amt from work_content_altermanage
|
|
|
union all
|
|
|
+ select id,create_by,create_date,update_by,update_date,remarks,del_flag,project_id,content_id,cont_id,price_type,price_date,review_amt,set_amt from work_content_pricemanage
|
|
|
+ union all
|
|
|
select id,create_by,create_date,update_by,update_date,remarks,del_flag,project_id,content_id,contract_id,claim_type,claim_date,review_amt,set_amt from work_content_claim
|
|
|
union all
|
|
|
select id,create_by,create_date,update_by,update_date,remarks,del_flag,project_id,content_id,cont_id,visa_type,
|