原因:数据表中缺少updated_at 字段

解决方案一:.在数据表中添加updated_at 字段

解决方案二:在对应数据表的model文件中,添加

public $timestamps = false;