|
|
|
@@ -18,13 +18,14 @@ |
|
|
|
<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="img_url_h" jdbcType="VARCHAR" property="imgUrlH" /> |
|
|
|
<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`,`wiwide_key`,`wiwide_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`,`img_url_h`,`wiwide_key`,`wiwide_url` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
@@ -105,7 +106,9 @@ |
|
|
|
</if> |
|
|
|
<if test=" null != imgUrl "> |
|
|
|
and `img_url` = #{imgUrl} |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test=" null != imgUrlH "> |
|
|
|
and `img_ur_h` = #{imgUrlH} |
|
|
|
</if> |
|
|
|
<if test=" null != ids "> |
|
|
|
and id in |
|
|
|
|