|
@@ -166,7 +166,9 @@
|
|
|
new_line.opinion_type as opinionType,
|
|
|
new_line.seal_type as sealType,
|
|
|
cw_re.proc_ins_id as procInsId3,
|
|
|
- suser.name as real_header_name
|
|
|
+ suser.name as real_header_name,
|
|
|
+ b.project_master_id as project_master_id1,
|
|
|
+ b.real_header as project_master_id2
|
|
|
FROM cw_project_report a
|
|
|
left join cw_project_records b on a.project_id = b.id
|
|
|
LEFT JOIN sys_office c on a.office_id = c.id
|