📅  最后修改于: 2022-03-11 14:54:52.535000             🧑  作者: Mango
$q_editpost = Menu::select('id', 'bcrumb', 'heading', 'content_id', 'content_type')
->whereIn('publish', ['pending', 'running'])
->get();