This commit is contained in:
parent
0111373471
commit
5d209314f6
|
@ -32,7 +32,7 @@ module.exports = Self => {
|
|||
const query = [
|
||||
filter.itemFk,
|
||||
where.warehouseFk,
|
||||
where.date ?? Date.vnNew().toISOString().split('T')[0],
|
||||
where.date ?? Date.vnNew(),
|
||||
where.showType ?? true,
|
||||
where.scopeDays ?? 2
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue