|
|
|
@@ -41,7 +41,7 @@ |
|
|
|
<result column="total_period_month" property="totalPeriodMonth"/> |
|
|
|
<result column="total_period_day" property="totalPeriodDay"/> |
|
|
|
<result column="rent_price" property="rentPrice"/> |
|
|
|
|
|
|
|
<result column="price_unit" property="priceUnit"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -51,7 +51,7 @@ |
|
|
|
`shop_type`,`shop_id`,`updatetime`,`createtime`,`rent_area`, |
|
|
|
`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`, |
|
|
|
total_period_month,total_period_day,rent_price |
|
|
|
total_period_month,total_period_day,rent_price,price_unit |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|