8062-testToMaster_2 #3059

Merged
alexm merged 293 commits from 8062-testToMaster_2 into master 2024-10-03 05:43:41 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 47543d5760 - Show all commits

View File

@ -24,8 +24,6 @@ module.exports = Self => {
});
Self.getStockBoughtDetail = async(workerFk, dated = Date.vnNew()) => {
console.log('dated: ', new Date(dated));
console.log('new Date(dated).setHours(0, 0, 0, 0): ', new Date(dated).setHours(0, 0, 0, 0));
return Self.rawSql(
`SELECT e.id entryFk,
i.id itemFk,