输入提示显示所有点播的老板
This commit is contained in:
parent
aef72d9252
commit
86ea0ff313
@ -63,7 +63,6 @@ class ProgramAppendConstructController extends BaseController
|
||||
$query = ProgramAppends::query()->groupBy("from")
|
||||
->select("from")
|
||||
->selectRaw("count(1) as total_count")
|
||||
->having("total_count", ">", 1)
|
||||
->orderByDesc("total_count");
|
||||
return $query->get()->map(function ($item) {
|
||||
return [
|
||||
|
Loading…
x
Reference in New Issue
Block a user