Atualizando companies_save.php

This commit is contained in:
Kenio 2025-08-02 18:23:01 -03:00
parent de39ec2bbd
commit 32d4afe97e

View file

@ -120,7 +120,7 @@ class ProductsCompanies
$this->companyId = $companyId;
/** Consulta SQL */
$this->sql = 'SELECT cp.maturity,
echo $this->sql = 'SELECT cp.maturity,
cp.readjustment,
GROUP_CONCAT(cp.product_company_id ORDER BY cp.product_company_id SEPARATOR \', \') AS product_company_ids,
GROUP_CONCAT(cp.product_id ORDER BY cp.product_company_id SEPARATOR \', \') AS product_ids,