diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 6363562a..8845459f 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -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}%`), // }, ];