feat(SPG-966): fix report income
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7d9f619858
commit
1d377b574c
|
@ -364,7 +364,6 @@ export class ReportQueryBuilder {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log({ whereCondition, whereParts });
|
|
||||||
const tableWhereConditions = [...whereCondition, ...whereParts].filter(
|
const tableWhereConditions = [...whereCondition, ...whereParts].filter(
|
||||||
Boolean,
|
Boolean,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue