update
This commit is contained in:
parent
0795325a9e
commit
3a833cad62
@ -46,7 +46,7 @@ class OpurchaseGoodsOfferList extends BaseAdminDataLists implements ListsSearchI
|
|||||||
$where[] = ['is_adopt','<>',0];
|
$where[] = ['is_adopt','<>',0];
|
||||||
}else{
|
}else{
|
||||||
$where[] = ['price','=',''];
|
$where[] = ['price','=',''];
|
||||||
$where[] = ['is_adopt',0];
|
$where[] = ['is_adopt','=',0];
|
||||||
}
|
}
|
||||||
if(!$supplier_id) return [];
|
if(!$supplier_id) return [];
|
||||||
return OpurchaseGoodsOffer::where($this->searchWhere)->where('supplier_id',$supplier_id)->where($where)
|
return OpurchaseGoodsOffer::where($this->searchWhere)->where('supplier_id',$supplier_id)->where($where)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user