0
1
Fork 0
This commit is contained in:
Juan Ferrer 2023-02-15 17:13:25 +01:00
parent 67b6f77b12
commit a632a15242
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module.exports = class {
}
async check(orderId) {
const resultSet = await this.app.conn.execQuery(
'CALL myOrder_check(#id)',
'CALL myOrder_checkConfig(#id)',
{id: orderId}
);
resultSet.fetchValue();