|
|
|
@@ -16,10 +16,11 @@ |
|
|
|
<result column="parking_id" jdbcType="VARCHAR" property="parkingId"/> |
|
|
|
<result column="vendor_type" jdbcType="INTEGER" property="vendorType"/> |
|
|
|
<result column="vendor_params" jdbcType="VARCHAR" property="vendorParams"/> |
|
|
|
<result column="coupon_params" jdbcType="VARCHAR" property="couponParams"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`img_url`,`addr`,`number`,`entry_exit`,`stop_fee`,`create_date`,`update_date`,`park_id`,`parking_id`,`vendor_type`,`vendor_params` |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`img_url`,`addr`,`number`,`entry_exit`,`stop_fee`,`create_date`,`update_date`,`park_id`,`parking_id`,`vendor_type`,`vendor_params`,`coupon_params` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|