|
@@ -5,60 +5,36 @@
|
|
|
<select id="findContractPageList" resultType="com.jeeplus.test.workContract.domain.WorkContractInfo">
|
|
|
SELECT
|
|
|
a.id,
|
|
|
- a.create_by,
|
|
|
a.create_date,
|
|
|
a.update_by,
|
|
|
a.update_date,
|
|
|
a.del_flag,
|
|
|
- a.contract_id,
|
|
|
- a.contract_name,
|
|
|
- a.client,
|
|
|
+ a.client_id,
|
|
|
a.client_name,
|
|
|
- a.amount,
|
|
|
- a.contract_type,
|
|
|
- a.name,
|
|
|
a.no,
|
|
|
- a.project_type,
|
|
|
- a.company,
|
|
|
- a.project_mould,
|
|
|
- a.property_holder,
|
|
|
- a.property_holder_name,
|
|
|
- a.location,
|
|
|
- a.is_first,
|
|
|
- a.year_num,
|
|
|
- a.check_year,
|
|
|
- a.project_manager,
|
|
|
- a.report_type,
|
|
|
- a.industry,
|
|
|
- a.enterprise_type,
|
|
|
- a.risk_level,
|
|
|
- a.project_source,
|
|
|
- a.estimate,
|
|
|
- a.plan_end_time,
|
|
|
- a.use_num,
|
|
|
- a.appointment,
|
|
|
- a.work_hours,
|
|
|
+ a.name,
|
|
|
+ a.contract_date,
|
|
|
+ a.effective_date,
|
|
|
+ a.closing_date,
|
|
|
+ a.contract_type,
|
|
|
+ a.contract_amount_type,
|
|
|
+ a.contract_amount,
|
|
|
+ a.contract_opposite,
|
|
|
+ a.contract_fee,
|
|
|
+ a.fees,
|
|
|
+ a.describes,
|
|
|
+ a.contract_special,
|
|
|
a.remarks,
|
|
|
- a.assessment_enterprise,
|
|
|
- a.assessment_enterprise_name,
|
|
|
- a.link_num,
|
|
|
- a.relationship,
|
|
|
- a.assessment_way,
|
|
|
- a.assessment_objective,
|
|
|
- a.assessment_date,
|
|
|
- a.num,
|
|
|
- a.project_development,
|
|
|
- a.delegate_project_type,
|
|
|
- a.assessment_object,
|
|
|
- a.work_begin_date,
|
|
|
- a.work_end_date,
|
|
|
- a.reporting_date,
|
|
|
- a.is_have,
|
|
|
- a.is_influence,
|
|
|
- a.mode,
|
|
|
- a.status,
|
|
|
+ a.filed_by,
|
|
|
+ a.filed_date,
|
|
|
+ a.filed_no,
|
|
|
+ a.confirm_filed_no,
|
|
|
+ a.filed_remarks,
|
|
|
a.proc_ins_id,
|
|
|
a.process_definition_id,
|
|
|
+ a.status,
|
|
|
+ a.filed_type,
|
|
|
+ a.borrow_type,
|
|
|
b.NAME AS create_by
|
|
|
FROM
|
|
|
work_contract_info a
|