原因: ObjectManager已经在跟踪此对象
更新实体前判断
if (db.Entry<T>(t).State != EntityState.Modified) db.Entry<T>(t).State = System.Data.Entity.EntityState.Modified;