SELECTMIN(p.price) ASmin_price,MAX(p.price) ASmax_priceFROMgoods.proposalpWHERE (NOTp.is_archive) AND (NOTp.is_private) AND (p.category_idIN (?,?,?,?))
SELECTMIN(p.price) ASmin_price,MAX(p.price) ASmax_priceFROMgoods.proposalpWHERE
(NOTp.is_archive)
AND (NOTp.is_private)
AND (
p.category_idIN (?,?,?,?)
)
SELECTMIN(p.price) ASmin_price,MAX(p.price) ASmax_priceFROMgoods.proposalpWHERE (NOTp.is_archive) AND (NOTp.is_private) AND (p.category_idIN ('d4982eaa-8475-417a-9609-1281e8d65780','958f909b-c59c-42e5-b7b7-c4a399d2fe0c','ea168356-1e34-45df-99c9-d82ebd6824bf','790916a7-bd91-48dd-886b-adafad846b86'));
SELECTp.idFROMgoods.proposalpWHERE (NOTp.is_archive) AND (NOTp.is_private) AND (p.category_idIN (?,?,?,?)) AND (p.price>=?) AND (p.price<=?) ORDER BYp.date_addDESCLIMIT20
SELECTp.idFROMgoods.proposalpWHERE
(NOTp.is_archive)
AND (NOTp.is_private)
AND (
p.category_idIN (?,?,?,?)
)
AND (p.price>=?)
AND (p.price<=?)
ORDER BYp.date_addDESCLIMIT20
SELECTp.idFROMgoods.proposalpWHERE (NOTp.is_archive) AND (NOTp.is_private) AND (p.category_idIN ('d4982eaa-8475-417a-9609-1281e8d65780','958f909b-c59c-42e5-b7b7-c4a399d2fe0c','ea168356-1e34-45df-99c9-d82ebd6824bf','790916a7-bd91-48dd-886b-adafad846b86')) AND (p.price>=0) AND (p.price<=1000000) ORDER BYp.date_addDESCLIMIT20;
The field App\Entity\Goods\Proposal#parameters is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Goods\ProposalParameter#proposal does not contain the required 'inversedBy="parameters"' attribute.
The field App\Entity\Goods\Category#manufacturers is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Dictionary\Manufacturer#categories does not contain the required 'mappedBy="manufacturers"' attribute.