5122-multipleBasket #19

Merged
juan merged 4 commits from 5122-multipleBasket into dev 2023-02-15 16:15:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a632a15242 - Show all commits

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();