update simulation_manual_project_task
set mileage = #{mileage, jdbcType=VARCHAR},
average_velocity = #{averageVelocity, jdbcType=VARCHAR},
maximun_speed = #{maximunSpeed, jdbcType=VARCHAR},
minimun_velocity = #{minimunVelocity, jdbcType=VARCHAR},
maximum_acceleration = #{maximumAcceleration, jdbcType=VARCHAR},
maximum_deceleration = #{maximumDeceleration, jdbcType=VARCHAR},
maximum_swingSpeed = #{maximumSwingSpeed, jdbcType=VARCHAR},
speed_variance = #{speedVariance, jdbcType=VARCHAR},
swing_speed_mean_square_root = #{swingSpeedMeanSquareRoot, jdbcType=VARCHAR},
acceleration = #{acceleration, jdbcType=LONGVARCHAR},
lane_offset = #{laneOffset, jdbcType=LONGVARCHAR},
brake = #{brake, jdbcType=LONGVARCHAR},
steeting_wheel = #{steetingWheel, jdbcType=LONGVARCHAR},
throttle = #{throttle, jdbcType=LONGVARCHAR},
yaw_rate = #{yawRate, jdbcType=LONGVARCHAR},
velocity = #{velocity, jdbcType=LONGVARCHAR},
other_curve = #{otherCurve, jdbcType=LONGVARCHAR},
timer_shaft = #{timerShaft, jdbcType=LONGVARCHAR}
where id = #{id, jdbcType=VARCHAR}
and p_id = #{pId, jdbcType=VARCHAR}
and is_deleted = '0'