refs #5253 #22

Merged
juan merged 20 commits from test into master 2023-02-23 09:30:53 +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();