更新
This commit is contained in:
parent
d6f20d7e99
commit
d13786faeb
@ -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'));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user