insert into account(user_name,balance) value (#{user_name},#{balance}) update account set user_name= #{user_name},balance=#{balance} where id = #{id}