This commit is contained in:
mkm 2024-05-04 13:58:40 +08:00
parent d6f20d7e99
commit d13786faeb

View File

@ -70,7 +70,7 @@
$data['business_nature_text'] = $data->business_nature_text;
})
->toArray();
$count = MarketingCustom::where($where)->where('contract_type',0)->where('reflux_status', 0)->count();
$count = MarketingContract::where($where)->where('contract_type',0)->where('reflux_status', 0)->count();
return $this->success('成功', compact('count', 'lists', 'page_no', 'page_size'));
}