update
This commit is contained in:
parent
f6f99275e4
commit
ba102603f8
@ -39,7 +39,7 @@ class OpurchaseGoodsOfferList extends BaseAdminDataLists implements ListsSearchI
|
|||||||
*/
|
*/
|
||||||
public function lists(): array
|
public function lists(): array
|
||||||
{
|
{
|
||||||
$supplier_id=$this->request->userInfo['supplier']['id'] ?? 1;
|
$supplier_id=$this->request->userInfo['supplier']['id'] ?? 0;
|
||||||
$params = $this->request->get();
|
$params = $this->request->get();
|
||||||
if(isset($params['type']) && $params['type'] == 2){
|
if(isset($params['type']) && $params['type'] == 2){
|
||||||
$where[] = ['price','<>',''];
|
$where[] = ['price','<>',''];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user