From f827449cf0db610314950addeb6afe1f82e83ca9 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Fri, 8 Aug 2025 17:53:16 +0700 Subject: [PATCH] test. comment --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index aebdb65f..6724eabb 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -6684,7 +6684,7 @@ export class CommandController extends Controller { historyAct.profileActpositionId = dataAct.id; await this.actpositionHistoryRepository.save(historyAct); - // 9. ปิดสถานะรักษาการ. + // 9. ปิดสถานะรักษาการ const existingActPositions = await this.actpositionRepository.find({ where: { profileId: item.posMasterChild.current_holderId,