UPDATE alloc_stall SET stall_name = #{dto.stallName}, canteen_id = #{dto.canteenId}, area_id = #{dto.areaId}, cust_id = #{dto.custId}, contact_tel = #{dto.contactTel}, main_project = #{dto.mainProject}, start_business_time = #{dto.startBusinessTime}, end_business_time = #{dto.endBusinessTime}, if_use_call_num = #{dto.ifUseCallNum}, on_line_meal_code_prefix = #{dto.onLineMealCodePrefix}, off_line_meal_code_prefix = #{dto.offLineMealCodePrefix}, if_enable_delivery = #{dto.ifEnableDelivery}, deliveries = #{dto.deliveries}, if_enable_order = #{dto.ifEnableOrder}, img_url = #{dto.imgUrl}, if_book = #{dto.ifBook}, if_reserve = #{dto.ifReserve}, if_enable_pay_code = #{dto.ifEnablePayCode}, pay_code_url = #{dto.payCodeUrl} WHERE stall_id = #{stallId}