From fe3983f62eedecb56fabbd6139c324f874bef4f6 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Fri, 8 Aug 2025 16:42:39 +0700 Subject: [PATCH] test pr --- 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 6724eabb..aebdb65f 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,