|
@@ -14,8 +14,8 @@
|
|
|
<result column="house_price" jdbcType="DECIMAL" property="housePrice" />
|
|
<result column="house_price" jdbcType="DECIMAL" property="housePrice" />
|
|
|
<result column="buyer_proportion" jdbcType="DOUBLE" property="buyerProportion" />
|
|
<result column="buyer_proportion" jdbcType="DOUBLE" property="buyerProportion" />
|
|
|
<result column="transfer_proportion" jdbcType="DOUBLE" property="transferProportion" />
|
|
<result column="transfer_proportion" jdbcType="DOUBLE" property="transferProportion" />
|
|
|
- <result column="transfer_buyer_proportion" jdbcType="DOUBLE" property="transferBuyerProportion" />
|
|
|
|
|
- <result column="transfer_company_proportion" jdbcType="DOUBLE" property="transferCompanyProportion" />
|
|
|
|
|
|
|
+ <result column="transfer_buyer_proportion_after" jdbcType="DOUBLE" property="transferBuyerProportionAfter" />
|
|
|
|
|
+ <result column="transfer_company_proportion_after" jdbcType="DOUBLE" property="transferCompanyProportionAfter" />
|
|
|
<result column="transfer_price" jdbcType="DOUBLE" property="transferPrice" />
|
|
<result column="transfer_price" jdbcType="DOUBLE" property="transferPrice" />
|
|
|
<result column="transfer_money" jdbcType="DECIMAL" property="transferMoney" />
|
|
<result column="transfer_money" jdbcType="DECIMAL" property="transferMoney" />
|
|
|
<result column="registration_date" jdbcType="TIMESTAMP" property="registrationDate" />
|
|
<result column="registration_date" jdbcType="TIMESTAMP" property="registrationDate" />
|
|
@@ -88,9 +88,9 @@
|
|
|
</sql>
|
|
</sql>
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
id, type, serial_number, contract_id, buyer_name, house_id, house_name, actual_build_area,
|
|
id, type, serial_number, contract_id, buyer_name, house_id, house_name, actual_build_area,
|
|
|
- signing_date, house_price, buyer_proportion, transfer_proportion, transfer_buyer_proportion,
|
|
|
|
|
- transfer_company_proportion, transfer_price, transfer_money, registration_date, created_id,
|
|
|
|
|
- created_at, updated_at, updated_id, del_flag
|
|
|
|
|
|
|
+ signing_date, house_price, buyer_proportion, transfer_proportion, transfer_buyer_proportion_after,
|
|
|
|
|
+ transfer_company_proportion_after, transfer_price, transfer_money, registration_date,
|
|
|
|
|
+ created_id, created_at, updated_at, updated_id, del_flag
|
|
|
</sql>
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
<sql id="Blob_Column_List">
|
|
|
file_list
|
|
file_list
|
|
@@ -148,7 +148,7 @@
|
|
|
contract_id, buyer_name, house_id,
|
|
contract_id, buyer_name, house_id,
|
|
|
house_name, actual_build_area, signing_date,
|
|
house_name, actual_build_area, signing_date,
|
|
|
house_price, buyer_proportion, transfer_proportion,
|
|
house_price, buyer_proportion, transfer_proportion,
|
|
|
- transfer_buyer_proportion, transfer_company_proportion,
|
|
|
|
|
|
|
+ transfer_buyer_proportion_after, transfer_company_proportion_after,
|
|
|
transfer_price, transfer_money, registration_date,
|
|
transfer_price, transfer_money, registration_date,
|
|
|
created_id, created_at, updated_at,
|
|
created_id, created_at, updated_at,
|
|
|
updated_id, del_flag, file_list
|
|
updated_id, del_flag, file_list
|
|
@@ -157,7 +157,7 @@
|
|
|
#{contractId,jdbcType=VARCHAR}, #{buyerName,jdbcType=VARCHAR}, #{houseId,jdbcType=VARCHAR},
|
|
#{contractId,jdbcType=VARCHAR}, #{buyerName,jdbcType=VARCHAR}, #{houseId,jdbcType=VARCHAR},
|
|
|
#{houseName,jdbcType=VARCHAR}, #{actualBuildArea,jdbcType=DOUBLE}, #{signingDate,jdbcType=TIMESTAMP},
|
|
#{houseName,jdbcType=VARCHAR}, #{actualBuildArea,jdbcType=DOUBLE}, #{signingDate,jdbcType=TIMESTAMP},
|
|
|
#{housePrice,jdbcType=DECIMAL}, #{buyerProportion,jdbcType=DOUBLE}, #{transferProportion,jdbcType=DOUBLE},
|
|
#{housePrice,jdbcType=DECIMAL}, #{buyerProportion,jdbcType=DOUBLE}, #{transferProportion,jdbcType=DOUBLE},
|
|
|
- #{transferBuyerProportion,jdbcType=DOUBLE}, #{transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ #{transferBuyerProportionAfter,jdbcType=DOUBLE}, #{transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
#{transferPrice,jdbcType=DOUBLE}, #{transferMoney,jdbcType=DECIMAL}, #{registrationDate,jdbcType=TIMESTAMP},
|
|
#{transferPrice,jdbcType=DOUBLE}, #{transferMoney,jdbcType=DECIMAL}, #{registrationDate,jdbcType=TIMESTAMP},
|
|
|
#{createdId,jdbcType=VARCHAR}, #{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP},
|
|
#{createdId,jdbcType=VARCHAR}, #{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP},
|
|
|
#{updatedId,jdbcType=VARCHAR}, #{delFlag,jdbcType=INTEGER}, #{fileList,jdbcType=LONGVARCHAR}
|
|
#{updatedId,jdbcType=VARCHAR}, #{delFlag,jdbcType=INTEGER}, #{fileList,jdbcType=LONGVARCHAR}
|
|
@@ -202,11 +202,11 @@
|
|
|
<if test="transferProportion != null">
|
|
<if test="transferProportion != null">
|
|
|
transfer_proportion,
|
|
transfer_proportion,
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="transferBuyerProportion != null">
|
|
|
|
|
- transfer_buyer_proportion,
|
|
|
|
|
|
|
+ <if test="transferBuyerProportionAfter != null">
|
|
|
|
|
+ transfer_buyer_proportion_after,
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="transferCompanyProportion != null">
|
|
|
|
|
- transfer_company_proportion,
|
|
|
|
|
|
|
+ <if test="transferCompanyProportionAfter != null">
|
|
|
|
|
+ transfer_company_proportion_after,
|
|
|
</if>
|
|
</if>
|
|
|
<if test="transferPrice != null">
|
|
<if test="transferPrice != null">
|
|
|
transfer_price,
|
|
transfer_price,
|
|
@@ -273,11 +273,11 @@
|
|
|
<if test="transferProportion != null">
|
|
<if test="transferProportion != null">
|
|
|
#{transferProportion,jdbcType=DOUBLE},
|
|
#{transferProportion,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="transferBuyerProportion != null">
|
|
|
|
|
- #{transferBuyerProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ <if test="transferBuyerProportionAfter != null">
|
|
|
|
|
+ #{transferBuyerProportionAfter,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="transferCompanyProportion != null">
|
|
|
|
|
- #{transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ <if test="transferCompanyProportionAfter != null">
|
|
|
|
|
+ #{transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="transferPrice != null">
|
|
<if test="transferPrice != null">
|
|
|
#{transferPrice,jdbcType=DOUBLE},
|
|
#{transferPrice,jdbcType=DOUBLE},
|
|
@@ -353,11 +353,11 @@
|
|
|
<if test="record.transferProportion != null">
|
|
<if test="record.transferProportion != null">
|
|
|
transfer_proportion = #{record.transferProportion,jdbcType=DOUBLE},
|
|
transfer_proportion = #{record.transferProportion,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="record.transferBuyerProportion != null">
|
|
|
|
|
- transfer_buyer_proportion = #{record.transferBuyerProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ <if test="record.transferBuyerProportionAfter != null">
|
|
|
|
|
+ transfer_buyer_proportion_after = #{record.transferBuyerProportionAfter,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="record.transferCompanyProportion != null">
|
|
|
|
|
- transfer_company_proportion = #{record.transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ <if test="record.transferCompanyProportionAfter != null">
|
|
|
|
|
+ transfer_company_proportion_after = #{record.transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="record.transferPrice != null">
|
|
<if test="record.transferPrice != null">
|
|
|
transfer_price = #{record.transferPrice,jdbcType=DOUBLE},
|
|
transfer_price = #{record.transferPrice,jdbcType=DOUBLE},
|
|
@@ -405,8 +405,8 @@
|
|
|
house_price = #{record.housePrice,jdbcType=DECIMAL},
|
|
house_price = #{record.housePrice,jdbcType=DECIMAL},
|
|
|
buyer_proportion = #{record.buyerProportion,jdbcType=DOUBLE},
|
|
buyer_proportion = #{record.buyerProportion,jdbcType=DOUBLE},
|
|
|
transfer_proportion = #{record.transferProportion,jdbcType=DOUBLE},
|
|
transfer_proportion = #{record.transferProportion,jdbcType=DOUBLE},
|
|
|
- transfer_buyer_proportion = #{record.transferBuyerProportion,jdbcType=DOUBLE},
|
|
|
|
|
- transfer_company_proportion = #{record.transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ transfer_buyer_proportion_after = #{record.transferBuyerProportionAfter,jdbcType=DOUBLE},
|
|
|
|
|
+ transfer_company_proportion_after = #{record.transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
transfer_price = #{record.transferPrice,jdbcType=DOUBLE},
|
|
transfer_price = #{record.transferPrice,jdbcType=DOUBLE},
|
|
|
transfer_money = #{record.transferMoney,jdbcType=DECIMAL},
|
|
transfer_money = #{record.transferMoney,jdbcType=DECIMAL},
|
|
|
registration_date = #{record.registrationDate,jdbcType=TIMESTAMP},
|
|
registration_date = #{record.registrationDate,jdbcType=TIMESTAMP},
|
|
@@ -434,8 +434,8 @@
|
|
|
house_price = #{record.housePrice,jdbcType=DECIMAL},
|
|
house_price = #{record.housePrice,jdbcType=DECIMAL},
|
|
|
buyer_proportion = #{record.buyerProportion,jdbcType=DOUBLE},
|
|
buyer_proportion = #{record.buyerProportion,jdbcType=DOUBLE},
|
|
|
transfer_proportion = #{record.transferProportion,jdbcType=DOUBLE},
|
|
transfer_proportion = #{record.transferProportion,jdbcType=DOUBLE},
|
|
|
- transfer_buyer_proportion = #{record.transferBuyerProportion,jdbcType=DOUBLE},
|
|
|
|
|
- transfer_company_proportion = #{record.transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ transfer_buyer_proportion_after = #{record.transferBuyerProportionAfter,jdbcType=DOUBLE},
|
|
|
|
|
+ transfer_company_proportion_after = #{record.transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
transfer_price = #{record.transferPrice,jdbcType=DOUBLE},
|
|
transfer_price = #{record.transferPrice,jdbcType=DOUBLE},
|
|
|
transfer_money = #{record.transferMoney,jdbcType=DECIMAL},
|
|
transfer_money = #{record.transferMoney,jdbcType=DECIMAL},
|
|
|
registration_date = #{record.registrationDate,jdbcType=TIMESTAMP},
|
|
registration_date = #{record.registrationDate,jdbcType=TIMESTAMP},
|
|
@@ -484,11 +484,11 @@
|
|
|
<if test="transferProportion != null">
|
|
<if test="transferProportion != null">
|
|
|
transfer_proportion = #{transferProportion,jdbcType=DOUBLE},
|
|
transfer_proportion = #{transferProportion,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="transferBuyerProportion != null">
|
|
|
|
|
- transfer_buyer_proportion = #{transferBuyerProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ <if test="transferBuyerProportionAfter != null">
|
|
|
|
|
+ transfer_buyer_proportion_after = #{transferBuyerProportionAfter,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="transferCompanyProportion != null">
|
|
|
|
|
- transfer_company_proportion = #{transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ <if test="transferCompanyProportionAfter != null">
|
|
|
|
|
+ transfer_company_proportion_after = #{transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="transferPrice != null">
|
|
<if test="transferPrice != null">
|
|
|
transfer_price = #{transferPrice,jdbcType=DOUBLE},
|
|
transfer_price = #{transferPrice,jdbcType=DOUBLE},
|
|
@@ -533,8 +533,8 @@
|
|
|
house_price = #{housePrice,jdbcType=DECIMAL},
|
|
house_price = #{housePrice,jdbcType=DECIMAL},
|
|
|
buyer_proportion = #{buyerProportion,jdbcType=DOUBLE},
|
|
buyer_proportion = #{buyerProportion,jdbcType=DOUBLE},
|
|
|
transfer_proportion = #{transferProportion,jdbcType=DOUBLE},
|
|
transfer_proportion = #{transferProportion,jdbcType=DOUBLE},
|
|
|
- transfer_buyer_proportion = #{transferBuyerProportion,jdbcType=DOUBLE},
|
|
|
|
|
- transfer_company_proportion = #{transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ transfer_buyer_proportion_after = #{transferBuyerProportionAfter,jdbcType=DOUBLE},
|
|
|
|
|
+ transfer_company_proportion_after = #{transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
transfer_price = #{transferPrice,jdbcType=DOUBLE},
|
|
transfer_price = #{transferPrice,jdbcType=DOUBLE},
|
|
|
transfer_money = #{transferMoney,jdbcType=DECIMAL},
|
|
transfer_money = #{transferMoney,jdbcType=DECIMAL},
|
|
|
registration_date = #{registrationDate,jdbcType=TIMESTAMP},
|
|
registration_date = #{registrationDate,jdbcType=TIMESTAMP},
|
|
@@ -559,8 +559,8 @@
|
|
|
house_price = #{housePrice,jdbcType=DECIMAL},
|
|
house_price = #{housePrice,jdbcType=DECIMAL},
|
|
|
buyer_proportion = #{buyerProportion,jdbcType=DOUBLE},
|
|
buyer_proportion = #{buyerProportion,jdbcType=DOUBLE},
|
|
|
transfer_proportion = #{transferProportion,jdbcType=DOUBLE},
|
|
transfer_proportion = #{transferProportion,jdbcType=DOUBLE},
|
|
|
- transfer_buyer_proportion = #{transferBuyerProportion,jdbcType=DOUBLE},
|
|
|
|
|
- transfer_company_proportion = #{transferCompanyProportion,jdbcType=DOUBLE},
|
|
|
|
|
|
|
+ transfer_buyer_proportion_after = #{transferBuyerProportionAfter,jdbcType=DOUBLE},
|
|
|
|
|
+ transfer_company_proportion_after = #{transferCompanyProportionAfter,jdbcType=DOUBLE},
|
|
|
transfer_price = #{transferPrice,jdbcType=DOUBLE},
|
|
transfer_price = #{transferPrice,jdbcType=DOUBLE},
|
|
|
transfer_money = #{transferMoney,jdbcType=DECIMAL},
|
|
transfer_money = #{transferMoney,jdbcType=DECIMAL},
|
|
|
registration_date = #{registrationDate,jdbcType=TIMESTAMP},
|
|
registration_date = #{registrationDate,jdbcType=TIMESTAMP},
|