master
cody 5 months ago
parent c5bd437214
commit 8bdaee161a

@ -50,7 +50,7 @@ class BaseController extends CommonController
public function index() public function index()
{ {
$all = request()->all(); $all = request()->all();
$list = $this->model->with(underlineToHump($all['show_relation'] ?? []))->where(function ($query) use ($all) { $list = $this->model->withCount('emailRecords')->with(underlineToHump($all['show_relation'] ?? []))->where(function ($query) use ($all) {
if (isset($all['filter']) && !empty($all['filter'])) { if (isset($all['filter']) && !empty($all['filter'])) {
foreach ($all['filter'] as $condition) { foreach ($all['filter'] as $condition) {
$key = $condition['key'] ?? null; $key = $condition['key'] ?? null;

Loading…
Cancel
Save