This commit is contained in:
weiz 2024-04-05 15:03:25 +08:00
parent 2691a5669d
commit 427dfa55d2

View File

@ -109,7 +109,7 @@
}
})
->toArray();
$count = MarketingCustom::where($where)->count();
$count = MarketingCustom::where($where)->where('status', 1)->count();
return $this->success('成功', compact('count', 'lists', 'page_no', 'page_size'));
}