update
This commit is contained in:
parent
35773b7425
commit
0d07e20e84
@ -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'));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user