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