소스 검색

20220929
项目登记

sunruiqi 2 년 전
부모
커밋
eb66ef73b3

+ 1 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/program/configuration/projectList/domain/ProgramProjectListInfo.java

@@ -65,9 +65,9 @@ public class ProgramProjectListInfo {
     /**
      * 委托方
      */
-    @Query(tableColumn = "a.client")
     private String client;
 
+    @Query(tableColumn = "a.client_name")
     private String clientName;
 
     private String amount;

+ 108 - 78
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/program/configuration/projectList/mapper/xml/ProjectListMapper.xml

@@ -4,38 +4,62 @@
 
    <select id="findContractPageList" resultType="com.jeeplus.test.workContract.domain.WorkContractInfo">
        SELECT
-            a.id,
-            a.create_date,
-            a.update_by,
-            a.update_date,
-            a.del_flag,
-            a.client_id,
-            a.client_name,
-            a.no,
-            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.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
+           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_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.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.proc_ins_id,
+           a.process_definition_id,
+           b.NAME AS create_by
         FROM
             work_contract_info a
             LEFT JOIN sys_user b ON a.create_by = b.id
@@ -62,52 +86,58 @@
             a.id,
             b.name AS create_by,
             a.create_date,
-            a.update_by,
-            a.update_date,
-            a.del_flag,
-            a.contract_id,
-            a.contract_name,
-            a.client,
-            a.amount,
-            a.contract_type,
-            a.name,
-            a.no,
-            a.project_type,
-            a.company,
-            a.property_holder,
-            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.remarks,
-            a.assessment_enterprise,
-            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.update_by,
+           a.update_date,
+           a.del_flag,
+           a.contract_id,
+           a.contract_name,
+           a.client,
+           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.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.proc_ins_id,
+           a.process_definition_id
         FROM
             program_project_list_info a
             LEFT JOIN sys_user b ON a.create_by = b.id