From 04406080dc0041e545b0ed329317d2e839d33d99 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 21 Nov 2024 11:11:16 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AB=E0=B8=A1=E0=B8=B2=E0=B8=A2=E0=B9=80?= =?UTF-8?q?=E0=B8=AB=E0=B8=95=E0=B8=B8=E0=B9=80=E0=B8=87=E0=B8=B7=E0=B9=88?= =?UTF-8?q?=E0=B8=AD=E0=B8=99=E0=B9=84=E0=B8=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/PositionController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 209e0633..3501cac9 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -2006,6 +2006,7 @@ export class PositionController extends Controller { profilePoslevel: level == null || level.posLevelName == null ? null : level.posLevelName, authRoleId: posMaster.authRoleId, isCondition: posMaster.isCondition, + conditionReason: posMaster.conditionReason, authRoleName: authRoleName == null || authRoleName.roleName == null ? null : authRoleName.roleName, positions: positions.map((position: any) => ({