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)];
}
console.log(masterId);
console.log("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
const keywordConditions = [
// {
// ...checkChildConditions,
// ...typeCondition,
// },
{
...checkChildConditions,
...typeCondition,
// id: masterId.length > 0 ? In(masterId) : false,
},
// {
// ...checkChildConditions,
// ...typeCondition,
// // id: masterId.length > 0 ? In(masterId) : false,
// },
// {
// ...checkChildConditions,
// ...typeCondition,
// posMasterNo: Like(`%${keywordAsInt}%`),
// },
];