insert into bus_supplier_route(code,origin,destination,start_time,end_time,look_num,title_img,offer_name,price_all,people_num,uuid,jdrq,update_date,title_day_name,state_type) values(#{code},#{origin},#{destination},#{startTime},#{endTime},0,#{titleImg},#{offerName},#{priceAll},#{peopleNum},#{uuid},CONVERT(VARCHAR(100), SYSDATETIME(), 20),CONVERT(VARCHAR(100), SYSDATETIME(), 20),#{titleDayName},'1') update bus_supplier_route origin = #{origin}, destination = #{destination}, start_time = #{startTime}, end_time = #{endTime}, title_img = #{titleImg}, offer_name = #{offerName}, price_all = #{priceAll}, people_num = #{peopleNum}, update_date = SYSDATETIME(), where uuid = #{uuid}