Browse Source

fix contract

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
1ecd908eb6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml View File

@@ -42,6 +42,7 @@
<result column="rent_price" property="rentPrice"/>
<result column="subject_name" property="subjectName"/>
<result column="rent_start_type" property="rentStartType"/>
<result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/>

<result column="operation_type" property="operationType"/>
<result column="late_pay_ratio" property="latePayRatio"/>
@@ -52,7 +53,7 @@
`id`,`merchant_id`,`price`,`rental_start_date`,`rental_end_date`,
`sign_date`,`receive_period`,`tenant_id`,`parent_tenant_id`,`filepath`,`status`,`contract_number`,
`deposit`,`pay_date`,`is_del`,`merchant_name`,`brand`,`business_id`,
`shop_type`,`updatetime`,`createtime`,`rent_area`,
`shop_type`,`updatetime`,`createtime`,`rent_area`,`rent_shop_type`,
`link_person`,`link_phone`,`pay_account`,`filename`,`lease`,`rent_contract_id`,
`start_date`,`end_date`,`apply_status`,`adjust_period`,`business_type`,adjust_ratio,`rent_info`,
`file_names`,price_unit,rent_price,subject_name,rent_start_type,`operation_type`,late_pay_ratio,late_pay_day


Loading…
Cancel
Save