call para el catalogue_get
This commit is contained in:
parent
a96df9938e
commit
1e28f94293
|
@ -19,7 +19,7 @@ async function connect() {
|
||||||
|
|
||||||
async function getProducts() {
|
async function getProducts() {
|
||||||
const conn = await connect();
|
const conn = await connect();
|
||||||
const [rows] = await conn.query('CALL getProduct("2024-01-30", "08001")');
|
const [rows] = await conn.query('CALL catalogue_get("2024-01-30", "08001")');
|
||||||
|
|
||||||
return rows;
|
return rows;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue