- 변수 설정 오타 수정

This commit is contained in:
daekuk
2026-01-13 13:16:28 +09:00
parent 038c99de0b
commit 7bc4d4e2a6
@@ -201,7 +201,7 @@
const isOutboundWithoutNet = !json.PSVSYSADPTRBZWKGROUPNAME.includes('NET');
fullMessageData = json.FULLMESSAGEDATA;
layoutInfo = json.standardHeader;
bzwkdatatntInfo = json.BZWKDATATNT;
bzwkdatatntInfo = json.BZWKDATACTNT;
if((isInboundPart && isInboundWithoutNet) || (isOutboundPart && isOutboundWithoutNet)){
selectHttpLog(url, prcsDate, json.EAISVCSERNO.trim(), logPrcssSerno);