This commit is contained in:
weiz 2024-04-15 17:56:39 +08:00
parent c5afe65931
commit 7f484728df

View File

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