From dd3a6c681f938fd53d5f6cc3a4fcee40e71b259c Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期二, 25 四月 2023 22:58:51 +0800 Subject: [PATCH] omd服务校正 --- 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