update
This commit is contained in:
parent
c5afe65931
commit
7f484728df
@ -164,7 +164,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})->toArray();
|
})->toArray();
|
||||||
$count = MarketingBidInfo::where($where)->count();
|
$count = MarketingBidInfo::where($where)->where('bid_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