This commit is contained in:
weiz 2024-05-11 10:05:38 +08:00
parent f6f99275e4
commit ba102603f8

View File

@ -39,7 +39,7 @@ class OpurchaseGoodsOfferList extends BaseAdminDataLists implements ListsSearchI
*/
public function lists(): array
{
$supplier_id=$this->request->userInfo['supplier']['id'] ?? 1;
$supplier_id=$this->request->userInfo['supplier']['id'] ?? 0;
$params = $this->request->get();
if(isset($params['type']) && $params['type'] == 2){
$where[] = ['price','<>',''];