insert into xhpc_charge_order charging_station_id, user_id, terminal_id, internet_serial_number, serial_number, start_soc, source, status, del_flag, rate_model_id, charging_mode, start_time, end_time, charging_time, charging_degree #{chargingStationId}, #{userId}, #{terminalId}, #{internetSerialNumber}, #{serialNumber}, #{startSoc}, #{source}, #{status}, #{delFlag}, #{rateModelId}, #{chargingMode}, #{startTime}, #{endTime}, #{chargingTime}, #{chargingDegree} update xhpc_charge_order end_soc = #{chargingStationId}, status = #{status}, end_time = #{endTime}, charging_time = #{chargingTime}, charging_degree = #{chargingDegree}, type = #{type}, where charge_order_id = #{chargingStationId}