Merge branch 'jenkins_with_weblogic' of ssh://192.168.240.178:18081/eapim/eapim-admin into jenkins_with_weblogic

This commit is contained in:
Rinjae
2026-01-13 18:21:55 +09:00
4 changed files with 120 additions and 60 deletions
@@ -144,9 +144,9 @@
rowNum: -1,
// rowList: [10, 20, 30],
// pager: '#selectedApiGridPager',
sortname: 'apiId',
// sortname: 'apiId',
viewrecords: true,
sortorder: "asc",
// sortorder: "asc",
caption: "선택된 API",
height: 200,
autowidth: true,
@@ -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);