|
|
|
@@ -18,11 +18,13 @@ |
|
|
|
<result column="pay_id" jdbcType="BIGINT" property="payId" /> |
|
|
|
<result column="service_phone" jdbcType="VARCHAR" property="servicePhone" /> |
|
|
|
<result column="img_url" jdbcType="VARCHAR" property="imgUrl" /> |
|
|
|
|
|
|
|
<result column="wiwide_key" jdbcType="VARCHAR" property="wiwideKey" /> |
|
|
|
<result column="wiwide_url" jdbcType="VARCHAR" property="wiwideUrl" /> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`name`,`group`,`country`,`province`,`city`,`addr`,`wiwide_id`,`total_area`,`operating_area`,`park_area`,`park_place_number`,`pay_id`,`service_phone`,`img_url` |
|
|
|
`id`,`tenant_id`,`name`,`group`,`country`,`province`,`city`,`addr`,`wiwide_id`,`total_area`,`operating_area`,`park_area`,`park_place_number`,`pay_id`,`service_phone`,`img_url`,`wiwide_key`,`wiwide_url` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|