|
|
|
@@ -41,6 +41,7 @@ |
|
|
|
<result column="price_unit" property="priceUnit"/> |
|
|
|
<result column="rent_price" property="rentPrice"/> |
|
|
|
<result column="subject_name" property="subjectName"/> |
|
|
|
<result column="rent_start_type" property="rentStartType"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -50,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`,price_unit,rent_price,subject_name |
|
|
|
`file_names`,price_unit,rent_price,subject_name,rent_start_type |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|