diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml index 7f75b48a9..1033fb52b 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml @@ -54,20 +54,21 @@ + - + id,merchant_id, station_name, dept_id, parking_id, qrcode_prefix, alone_apply, account_number, capacity, public_parking, parking_number, park_fee_describe, country_code, area_code, address, station_tel, service_tel, station_type, station_status, station_admin_name, park_nums, station_lng, station_lat, site_guide, operator_name, amap_station_name, construction, pictures, match_cars, park_info, park_owner, park_manager, open_all_day, business_hours, park_free, payment, support_order, remark, public_flag, amap_flag, open_flag, toilet_flag, store_flag, restaurant_flag, lounge_flag, canopy_flag, printer_flag, barrier_flag, - parking_lock_flag, create_by, create_time, update_by, update_time, del_flag + parking_lock_flag, service_rate, create_by, create_time, update_by, update_time, del_flag @@ -109,8 +110,7 @@ and park_owner = #{parkOwner} and park_manager = #{parkManager} and open_all_day = #{openAllDay} - - and business_hours = #{businessHours} + and business_hours = #{businessHours} and park_free = #{parkFree} and payment = #{payment} and support_order = #{supportOrder} @@ -125,6 +125,7 @@ and printer_flag = #{printerFlag} and barrier_flag = #{barrierFlag} and parking_lock_flag = #{parkingLockFlag} + and service_rate = #{serviceRate} @@ -185,6 +186,7 @@ printer_flag, barrier_flag, parking_lock_flag, + servicee_rate, create_by, create_time, update_by, @@ -241,6 +243,7 @@ #{printerFlag}, #{barrierFlag}, #{parkingLockFlag}, + #{serviceRate}, #{createBy}, #{createTime}, #{updateBy}, @@ -300,6 +303,7 @@ printer_flag = #{printerFlag}, barrier_flag = #{barrierFlag}, parking_lock_flag = #{parkingLockFlag}, + service_rate = #{serviceRate}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, @@ -724,4 +728,4 @@ ORDER BY chargeNum DESC; - \ No newline at end of file +