update
This commit is contained in:
parent
7a56fc1935
commit
581ecd5e5d
@ -58,7 +58,7 @@
|
||||
*/
|
||||
public function lists(): array
|
||||
{
|
||||
return MarketingContract::withoutField('update_time,delete_time')->where($this->searchWhere)->where('review_status', 0)
|
||||
return MarketingContract::withoutField('update_time,delete_time')->where($this->searchWhere)->where('review_status', 0)->where('approve_check_status', 2)
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()->each(function ($data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user