From 024cc5e9e6fd51e3b0e14e8d3f76c63f1351a4f7 Mon Sep 17 00:00:00 2001 From: wanghong <309858992@qq.com> Date: 星期四, 21 十二月 2023 12:25:35 +0800 Subject: [PATCH] 获取集团分类根节点前端传null传入后端直接改为空字符串bug修复 --- Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/DockingSystemConfigMapper.xml | 8 ++++---- 1 files changed, 4 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 d11ab3f..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"/> -- Gitblit v1.9.3