Atualizando companies_save.php
This commit is contained in:
parent
de39ec2bbd
commit
32d4afe97e
1 changed files with 1 additions and 1 deletions
2
vendor/model/ProductsCompanies.class.php
vendored
2
vendor/model/ProductsCompanies.class.php
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue