From 179bd7f2d0de03a5b54b49b0a14737e3aa5a1531 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 13 Feb 2024 17:09:06 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=9F=E0=B8=B4?= =?UTF-8?q?=E0=B8=A7=E0=B8=A7=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/PositionController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 67c9c639..f01e9a02 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -1076,7 +1076,7 @@ export class PositionController extends Controller { : item.orgChild4 == null ? item.orgChild3.orgChild3ShortName : item.orgChild4.orgChild4ShortName, - lastUpdatedAt: item.lastUpdatedAt ? item.posMasterNo : null, + lastUpdatedAt: item.lastUpdatedAt ? item.lastUpdatedAt : null, posMasterNoPrefix: item.posMasterNoPrefix ? item.posMasterNoPrefix : null, posMasterNo: item.posMasterNo ? item.posMasterNo : null, posMasterNoSuffix: item.posMasterNoSuffix ? item.posMasterNoSuffix : null,