order('id', 'desc')->select(); } public static function onAfterInsert($obj) { $obj->sort = $obj->id; $obj->save(); } }