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,