update student_music_course_fee set expect_price_ = expect_price_ + #{expectPrice} where id_ = #{id}
update student_music_course_fee set expect_price_ = expect_price_ - #{expectPrice} where id_ = #{id}
update student_music_course_fee set actual_price_ = actual_price_ + #{actualPrice} where id_ = #{id}