แก้ฟิววันที่ประวัติ

This commit is contained in:
Kittapath 2024-02-13 17:09:06 +07:00
parent 7f56d35876
commit 179bd7f2d0

View file

@ -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,