This commit is contained in:
weiz 2024-05-24 11:05:11 +08:00
parent 35773b7425
commit 0d07e20e84

View File

@ -133,7 +133,7 @@
$data['refund_rate'] = ($rate * 100).'%';
})
->toArray();
$count = MarketingCustom::where($where)->where('status', 1)->count();
$count = MarketingContract::where($where)->where('status', 1)->count();
return $this->success('成功', compact('count', 'lists', 'page_no', 'page_size'));
}