|
@@ -15,6 +15,7 @@
|
|
|
<result property="propertyFee" column="property_fee" jdbcType="DECIMAL"/>
|
|
<result property="propertyFee" column="property_fee" jdbcType="DECIMAL"/>
|
|
|
<result property="deposit" column="deposit" jdbcType="DECIMAL"/>
|
|
<result property="deposit" column="deposit" jdbcType="DECIMAL"/>
|
|
|
<result property="waterFee" column="water_fee" jdbcType="DECIMAL"/>
|
|
<result property="waterFee" column="water_fee" jdbcType="DECIMAL"/>
|
|
|
|
|
+ <result property="electricityBill" column="electricity_bill" jdbcType="DECIMAL"/>
|
|
|
<result property="attachmentUrl" column="attachment_url" jdbcType="VARCHAR"/>
|
|
<result property="attachmentUrl" column="attachment_url" jdbcType="VARCHAR"/>
|
|
|
<result property="receiptReason" column="receipt_reason" jdbcType="VARCHAR"/>
|
|
<result property="receiptReason" column="receipt_reason" jdbcType="VARCHAR"/>
|
|
|
<result property="generationDate" column="generation_date" javaType="DATE"/>
|
|
<result property="generationDate" column="generation_date" javaType="DATE"/>
|
|
@@ -36,6 +37,7 @@
|
|
|
<result property="propertyFee" column="property_fee" jdbcType="DECIMAL"/>
|
|
<result property="propertyFee" column="property_fee" jdbcType="DECIMAL"/>
|
|
|
<result property="deposit" column="deposit" jdbcType="DECIMAL"/>
|
|
<result property="deposit" column="deposit" jdbcType="DECIMAL"/>
|
|
|
<result property="waterFee" column="water_fee" jdbcType="DECIMAL"/>
|
|
<result property="waterFee" column="water_fee" jdbcType="DECIMAL"/>
|
|
|
|
|
+ <result property="electricityBill" column="electricity_bill" jdbcType="DECIMAL"/>
|
|
|
<result property="attachmentUrl" column="attachment_url" jdbcType="VARCHAR"/>
|
|
<result property="attachmentUrl" column="attachment_url" jdbcType="VARCHAR"/>
|
|
|
<result property="receiptReason" column="receipt_reason" jdbcType="VARCHAR"/>
|
|
<result property="receiptReason" column="receipt_reason" jdbcType="VARCHAR"/>
|
|
|
<result property="generationDate" column="generation_date" jdbcType="DATE" javaType="java.time.LocalDate"/>
|
|
<result property="generationDate" column="generation_date" jdbcType="DATE" javaType="java.time.LocalDate"/>
|
|
@@ -50,7 +52,7 @@
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
id,contract_id,receipt_number,payer,
|
|
id,contract_id,receipt_number,payer,
|
|
|
payment_method,total_amount,rent,
|
|
payment_method,total_amount,rent,
|
|
|
- property_fee,deposit,water_fee,
|
|
|
|
|
|
|
+ property_fee,deposit,water_fee,electricity bill,
|
|
|
receipt_reason,attachment_url,accounting_date,
|
|
receipt_reason,attachment_url,accounting_date,
|
|
|
generation_date,start_date,end_date,create_time,update_time
|
|
generation_date,start_date,end_date,create_time,update_time
|
|
|
</sql>
|
|
</sql>
|
|
@@ -66,6 +68,7 @@
|
|
|
r.property_fee,
|
|
r.property_fee,
|
|
|
r.deposit,
|
|
r.deposit,
|
|
|
r.water_fee,
|
|
r.water_fee,
|
|
|
|
|
+ r.electricity_bill,
|
|
|
r.receipt_reason,
|
|
r.receipt_reason,
|
|
|
r.attachment_url,
|
|
r.attachment_url,
|
|
|
r.accounting_date,
|
|
r.accounting_date,
|