|
@@ -21,6 +21,9 @@
|
|
|
<result column="review_description" property="reviewDescription" jdbcType="VARCHAR"/>
|
|
<result column="review_description" property="reviewDescription" jdbcType="VARCHAR"/>
|
|
|
<result column="agreement_code" property="ptlAgreementCode" jdbcType="VARCHAR"/>
|
|
<result column="agreement_code" property="ptlAgreementCode" jdbcType="VARCHAR"/>
|
|
|
<result column="agreement_title" property="ptlAgreementName" jdbcType="VARCHAR"/>
|
|
<result column="agreement_title" property="ptlAgreementName" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result column="jq_entrance_fee_ratio" property="jqEntranceFeeRatio" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result column="sy_entrance_fee_ratio" property="syEntranceFeeRatio" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result column="jy_entrance_fee_ratio" property="jyEntranceFeeRatio" jdbcType="VARCHAR"/>
|
|
|
<result column="priority_level" property="priorityLevel" jdbcType="INTEGER"/>
|
|
<result column="priority_level" property="priorityLevel" jdbcType="INTEGER"/>
|
|
|
<collection property="ptlAgreementCostTypeList" column="{costId=id}" ofType="com.jzg.commons.entity.vo.PtlAgreementCostTypeVo" select="selectCostType" />
|
|
<collection property="ptlAgreementCostTypeList" column="{costId=id}" ofType="com.jzg.commons.entity.vo.PtlAgreementCostTypeVo" select="selectCostType" />
|
|
|
<collection property="ruleConditions" column="{costId=id}" ofType="com.jzg.commons.entity.vo.PtlAgreementCostRuleVo" select="selectCostRule" />
|
|
<collection property="ruleConditions" column="{costId=id}" ofType="com.jzg.commons.entity.vo.PtlAgreementCostRuleVo" select="selectCostRule" />
|
|
@@ -220,7 +223,10 @@
|
|
|
t.audit_time,
|
|
t.audit_time,
|
|
|
t.priority_level,
|
|
t.priority_level,
|
|
|
pa.agreement_code,
|
|
pa.agreement_code,
|
|
|
- pa.agreement_title
|
|
|
|
|
|
|
+ pa.agreement_title,
|
|
|
|
|
+ pa.jq_entrance_fee_ratio,
|
|
|
|
|
+ pa.sy_entrance_fee_ratio,
|
|
|
|
|
+ pa.jy_entrance_fee_ratio
|
|
|
FROM
|
|
FROM
|
|
|
ptl_agreement_cost t
|
|
ptl_agreement_cost t
|
|
|
LEFT JOIN ptl_agreement pa ON pa.id = t.ptl_agreement_id
|
|
LEFT JOIN ptl_agreement pa ON pa.id = t.ptl_agreement_id
|