From d560ea0f6d13c6bc309cd41603fe4bc8914a2c12 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期四, 28 九月 2023 11:31:15 +0800
Subject: [PATCH] 集成接口参数配置修改
---
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/DockingSystemConfigMapper.xml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/DockingSystemConfigMapper.xml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/DockingSystemConfigMapper.xml
index 6831b11..0aa0ff8 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/DockingSystemConfigMapper.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/DockingSystemConfigMapper.xml
@@ -45,11 +45,11 @@
<result column="RETURNTYPE" property="returnType"/>
<result column="REQUESTURL" property="requestUrl"/>
<result column="SOURCESYSTEMOID" property="sourceSystemOid"/>
- <result column="SOURCESYSNAME" property="sourceSysName"/>
- <result column="SOURCESYSID" property="sourceSysId"/>
+ <result column="SOURCESYSNAME" property="sourceSystemName"/>
+ <result column="SOURCESYSID" property="sourceSystemId"/>
<result column="TARGETSYSTEMOID" property="targetSystemOid"/>
- <result column="TARGETSYSNAME" property="targetSysName"/>
- <result column="TARGETSYSID" property="targetSysId"/>
+ <result column="TARGETSYSNAME" property="targetSystemName"/>
+ <result column="TARGETSYSID" property="targetSystemId"/>
<result column="CLASSPATH" property="classPath"/>
<result column="DATAFLOWTYPE" property="dataFlowType"/>
@@ -58,6 +58,7 @@
<result column="NAMESPACE" property="namespace"/>
<result column="SOAPACTION" property="soapAction"/>
<result column="CXFAXIS" property="cxfAxis"/>
+ <result column="ISGROUPCODEFLAG" property="isGroupCodeFlag"/>
</resultMap>
--
Gitblit v1.9.3