From 3cb0cef6f7189dcbb537df52cef5921d1d2c3cd9 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 26 四月 2023 00:12:23 +0800
Subject: [PATCH] 代码整合

---
 Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/AttributeMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/OmdAttributeMapper.xml b/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/AttributeMapper.xml
similarity index 96%
rename from Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/OmdAttributeMapper.xml
rename to Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/AttributeMapper.xml
index d5f53fe..89528cf 100644
--- a/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/OmdAttributeMapper.xml
+++ b/Source/UBCS/ubcs-service/ubcs-omd/src/main/resources/mapper/AttributeMapper.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.vci.ubcs.omd.mapper.OmdAttributeMapper">
+<mapper namespace="com.vci.ubcs.omd.mapper.AttributeMapper">
 
     <!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
-    <resultMap id="baseResultMap" type="com.vci.ubcs.omd.entity.OmdAttribute">
+    <resultMap id="baseResultMap" type="com.vci.ubcs.omd.entity.Attribute">
         <id column="id" property="id"/>
         <result column="create_user" property="createUser"/>
         <result column="create_dept" property="createDept"/>
@@ -30,7 +30,7 @@
         <result column="ts" property="ts" jdbcType="TIMESTAMP"/>
     </resultMap>
 
-    <resultMap id="extraResultMap" type="com.vci.ubcs.omd.entity.OmdAttribute">
+    <resultMap id="extraResultMap" type="com.vci.ubcs.omd.entity.Attribute">
         <result column="nullable" property="nullable" jdbcType="VARCHAR"/>
         <result column="max_length" property="maxLength" jdbcType="NUMERIC"/>
         <result column="precision" property="precision" jdbcType="NUMERIC"/>

--
Gitblit v1.9.3