From 1a07db181c732729abc1d6ec71ae206ecffca86d Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期三, 24 五月 2023 18:33:45 +0800 Subject: [PATCH] 迁移链接类型后台接口,修正属性字段,增加元数据查找应用范围功能 --- Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/ModifyAttributeInfoMapper.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/ModifyAttributeInfoMapper.xml b/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/ModifyAttributeInfoMapper.xml index d7b80ff..988d96e 100644 --- a/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/ModifyAttributeInfoMapper.xml +++ b/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/ModifyAttributeInfoMapper.xml @@ -18,9 +18,11 @@ <result column="handle_user_name" property="handleUserName" jdbcType="VARCHAR" /> <result column="handle_date" property="handleDate" jdbcType="TIMESTAMP" /> <result column="handle_result" property="handleResult" jdbcType="VARCHAR" /> - <result column="btm_name" property="btmname" jdbcType="VARCHAR" /> + <result column="btm_name" property="btmName" jdbcType="VARCHAR" /> <result column="creator" property="creator" jdbcType="VARCHAR" /> <result column="create_time" property="createTime" jdbcType="TIMESTAMP" /> + <result column="last_modifier" property="lastModifier" jdbcType="VARCHAR" /> + <result column="last_modify_time" property="lastModifyTime" jdbcType="TIMESTAMP" /> <result column="TS" property="ts" jdbcType="TIMESTAMP" /> <result column="add_attributes" property="addAttributes" jdbcType="CLOB" /> <result column="modify_attributes" property="modifyAttributes" jdbcType="CLOB" /> @@ -36,7 +38,7 @@ <sql id="base_query_column"> oid, id, name, description, business_type, table_name, task_name, modify_column_reason, order_modify_user_name, order_modify_date, handle_finish_flag, handle_user_name, handle_date, handle_result, btm_name, creator, create_time, - ts, add_attributes, modify_attributes, delete_attributes, before_modify_attributes + last_modifier, last_modify_time, ts, add_attributes, modify_attributes, delete_attributes, before_modify_attributes </sql> <sql id="tableName"> pl_omd_modify_attribute_info -- Gitblit v1.9.3