自动update完成,使用 User::where()->update(); 不顶用啊?
用save()
使用 User::update(); 手册说where那个是数据库方法;静态这个是模型方法,可以支持模型的修改器、事件和自动完成)