8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit de7469419a - Show all commits

View File

@ -26,8 +26,8 @@ module.exports = Self => {
Object.assign(myOptions, options);
// const where = filter.where;
// const query = 'CALL vn.item_getSimilar(?, ?, ?)';
// const [results] = await Self.rawSql(query, [where.itemFk, where.warehouseFk, where.date], myOptions);
// const query = [where.itemFk, where.warehouseFk, where.date ?? Date.now(), where.showType ?? true] ;
// const [results] = await Self.rawSql('CALL vn.item_getSimilar(?, ?, ?, ?)',, myOptions);
return [
{