|
@@ -68,6 +68,8 @@
|
|
ifnull(cw_pa.audit_money,"0") as "auditFees",
|
|
ifnull(cw_pa.audit_money,"0") as "auditFees",
|
|
e.name as projectMasterName,
|
|
e.name as projectMasterName,
|
|
b.real_header as projectMaster2Id,
|
|
b.real_header as projectMaster2Id,
|
|
|
|
+ b.project_classification,
|
|
|
|
+ b.report_type as projectType,
|
|
f.name as projectMaster2Name,
|
|
f.name as projectMaster2Name,
|
|
cw_prs1.proc_ins_id as proc_ins_id1,
|
|
cw_prs1.proc_ins_id as proc_ins_id1,
|
|
cw_prs1.process_definition_id as process_definition_id1,
|
|
cw_prs1.process_definition_id as process_definition_id1,
|
|
@@ -86,6 +88,7 @@
|
|
cw_rev.new_type as newType,
|
|
cw_rev.new_type as newType,
|
|
cw_rev.audit_time as auditTime,
|
|
cw_rev.audit_time as auditTime,
|
|
new_line.report_no as reportNo,
|
|
new_line.report_no as reportNo,
|
|
|
|
+ new_line.report_date,
|
|
cwcb.name as servedUnitName,
|
|
cwcb.name as servedUnitName,
|
|
art.ID_ as rev_task_id,
|
|
art.ID_ as rev_task_id,
|
|
arta.ID_ as rev_task_id2,
|
|
arta.ID_ as rev_task_id2,
|
|
@@ -171,6 +174,8 @@
|
|
b.project_name as projectName,
|
|
b.project_name as projectName,
|
|
b.project_master_id as projectMasterId,
|
|
b.project_master_id as projectMasterId,
|
|
b.real_header as projectMasterId2,
|
|
b.real_header as projectMasterId2,
|
|
|
|
+ b.project_classification,
|
|
|
|
+ b.report_type as projectType,
|
|
c.name as departmentName,
|
|
c.name as departmentName,
|
|
d.name as userName,
|
|
d.name as userName,
|
|
ifnull(cw_pa.audit_money,"0") as "auditFees",
|
|
ifnull(cw_pa.audit_money,"0") as "auditFees",
|
|
@@ -194,6 +199,7 @@
|
|
cw_rev.new_type as newType,
|
|
cw_rev.new_type as newType,
|
|
cw_rev.audit_time as auditTime,
|
|
cw_rev.audit_time as auditTime,
|
|
new_line.report_no as reportNo,
|
|
new_line.report_no as reportNo,
|
|
|
|
+ new_line.report_date,
|
|
cwcb.name as servedUnitName,
|
|
cwcb.name as servedUnitName,
|
|
art.ID_ as rev_task_id,
|
|
art.ID_ as rev_task_id,
|
|
arta.ID_ as rev_task_id2,
|
|
arta.ID_ as rev_task_id2,
|
|
@@ -300,6 +306,8 @@
|
|
new_line.report_no as reportNo,
|
|
new_line.report_no as reportNo,
|
|
new_line.opinion_type as opinionType,
|
|
new_line.opinion_type as opinionType,
|
|
new_line.seal_type as sealType,
|
|
new_line.seal_type as sealType,
|
|
|
|
+ new_line.approved_no_including_tax as approvedNoIncludingTax,
|
|
|
|
+ new_line.approved_including_tax as approvedIncludingTax,
|
|
cw_re.proc_ins_id as procInsId3,
|
|
cw_re.proc_ins_id as procInsId3,
|
|
ifnull(cw_re.review_status,'0') as reviewStatus,
|
|
ifnull(cw_re.review_status,'0') as reviewStatus,
|
|
cw_re.audit_time as auditTime,
|
|
cw_re.audit_time as auditTime,
|