update xhpc_placeholder
start_time = #{startTime},
end_time = #{endTime},
status = #{status},
type = #{type},
content = #{content},
max_fee = #{maxFee},
free_time = #{freeTime},
del_flag = #{delFlag},
update_time = #{updateTime},
update_by = #{updateBy},
remark = #{remark},
internet_user_id = #{internetUserId},
user_type = #{userType},
ykc_status = #{ykcStatus},
where placeholder_id = #{placeholderId}
update xhpc_placeholder_time set del_flag =1 where placeholder_id=#{placeholderId}
insert into xhpc_placeholder_time
placeholder_id,
start_time,
end_time,
price,
charging_station_id,
del_flag,
create_time,
create_by,
update_time,
update_by,
remark,
tenant_id,
#{placeholderId},
#{startTime},
#{endTime},
#{price},
#{chargingStationId},
#{delFlag},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{remark},
#{tenantId},
insert into xhpc_placeholder
charging_station_id,
start_time,
end_time,
max_fee,
free_time,
content,
del_flag,
create_time,
create_by,
update_time,
update_by,
remark,
tenant_id,
status,
internet_user_id,
user_type,
type,
ykc_status,
#{chargingStationId},
#{startTime},
#{endTime},
#{maxFee},
#{freeTime},
#{content},
#{delFlag},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{remark},
#{tenantId},
#{status},
#{internetUserId},
#{userType},
#{type},
#{ykcStatus},