|
@@ -11,6 +11,9 @@
|
|
|
<result property="agreementName" column="agreement_name" jdbcType="VARCHAR"/>
|
|
<result property="agreementName" column="agreement_name" jdbcType="VARCHAR"/>
|
|
|
<result property="agreementAbbreviation" column="agreement_abbreviation" jdbcType="VARCHAR"/>
|
|
<result property="agreementAbbreviation" column="agreement_abbreviation" jdbcType="VARCHAR"/>
|
|
|
<result property="insuranceCompany" column="insurance_company" jdbcType="VARCHAR"/>
|
|
<result property="insuranceCompany" column="insurance_company" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="insuranceCompanyId" column="insurance_company_id" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="partnerCompaniesId" column="partner_companies_id" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="associationCompaniesId" column="association_companies_id" jdbcType="VARCHAR"/>
|
|
|
<result property="startDate" column="start_date" jdbcType="DATE"/>
|
|
<result property="startDate" column="start_date" jdbcType="DATE"/>
|
|
|
<result property="endDate" column="end_date" jdbcType="DATE"/>
|
|
<result property="endDate" column="end_date" jdbcType="DATE"/>
|
|
|
<result property="moneyTime" column="money_time" jdbcType="INTEGER"/>
|
|
<result property="moneyTime" column="money_time" jdbcType="INTEGER"/>
|
|
@@ -19,7 +22,6 @@
|
|
|
<result property="dockingPhone" column="docking_phone" jdbcType="VARCHAR"/>
|
|
<result property="dockingPhone" column="docking_phone" jdbcType="VARCHAR"/>
|
|
|
<result property="withTax" column="with_tax" jdbcType="VARCHAR"/>
|
|
<result property="withTax" column="with_tax" jdbcType="VARCHAR"/>
|
|
|
<result property="moneyType" column="money_type" jdbcType="VARCHAR"/>
|
|
<result property="moneyType" column="money_type" jdbcType="VARCHAR"/>
|
|
|
- <result property="cooperationChannels" column="cooperation_channels" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="validStatus" column="valid_status" jdbcType="VARCHAR"/>
|
|
<result property="validStatus" column="valid_status" jdbcType="VARCHAR"/>
|
|
|
<result property="fileId" column="file_id" jdbcType="VARCHAR"/>
|
|
<result property="fileId" column="file_id" jdbcType="VARCHAR"/>
|
|
|
<result property="auditContent" column="audit_content" jdbcType="VARCHAR"/>
|
|
<result property="auditContent" column="audit_content" jdbcType="VARCHAR"/>
|
|
@@ -41,8 +43,6 @@
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
<result property="lastUpdateBy" column="last_update_by" jdbcType="VARCHAR"/>
|
|
<result property="lastUpdateBy" column="last_update_by" jdbcType="VARCHAR"/>
|
|
|
<result property="lastUpdateTime" column="last_update_time" jdbcType="TIMESTAMP"/>
|
|
<result property="lastUpdateTime" column="last_update_time" jdbcType="TIMESTAMP"/>
|
|
|
- <result property="delFlag" column="del_flag" jdbcType="TINYINT"/>
|
|
|
|
|
- <result property="openQuote" column="open_quote" jdbcType="TINYINT"/>
|
|
|
|
|
<result property="cnName" column="cn_name" jdbcType="VARCHAR"/>
|
|
<result property="cnName" column="cn_name" jdbcType="VARCHAR"/>
|
|
|
<result property="logo" column="logo" jdbcType="VARCHAR"/>
|
|
<result property="logo" column="logo" jdbcType="VARCHAR"/>
|
|
|
<collection property="agreement" ofType="com.ydtech.modules.protocol.entity.dto.PtlAgreementDto">
|
|
<collection property="agreement" ofType="com.ydtech.modules.protocol.entity.dto.PtlAgreementDto">
|