no message

This commit is contained in:
Kittapath 2024-02-06 16:37:56 +07:00
parent 0610ebacfb
commit c8d9011578

View file

@ -693,22 +693,20 @@ export class PositionController extends Controller {
} }
masterId = [...new Set(masterId)]; masterId = [...new Set(masterId)];
} }
console.log(masterId);
console.log("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
const keywordConditions = [ const keywordConditions = [
// {
// ...checkChildConditions,
// ...typeCondition,
// },
{ {
...checkChildConditions, ...checkChildConditions,
...typeCondition, ...typeCondition,
// id: masterId.length > 0 ? In(masterId) : false,
}, },
// { // {
// ...checkChildConditions, // ...checkChildConditions,
// ...typeCondition, // ...typeCondition,
// // id: masterId.length > 0 ? In(masterId) : false,
// },
// {
// ...checkChildConditions,
// ...typeCondition,
// posMasterNo: Like(`%${keywordAsInt}%`), // posMasterNo: Like(`%${keywordAsInt}%`),
// }, // },
]; ];