update
This commit is contained in:
parent
2691a5669d
commit
427dfa55d2
@ -109,7 +109,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
->toArray();
|
->toArray();
|
||||||
$count = MarketingCustom::where($where)->count();
|
$count = MarketingCustom::where($where)->where('status', 1)->count();
|
||||||
return $this->success('成功', compact('count', 'lists', 'page_no', 'page_size'));
|
return $this->success('成功', compact('count', 'lists', 'page_no', 'page_size'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user