From 2b436dd385bf7f5df9855b75cfb89b93eae1bf6e Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 02 八月 2023 11:03:53 +0800 Subject: [PATCH] 修改集成服务包名 --- Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/resources/mapper/DockingPreAttrRangeMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-webservice/src/main/resources/mapper/DockingPreAttrRangeMapper.xml b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/resources/mapper/DockingPreAttrRangeMapper.xml similarity index 92% rename from Source/UBCS/ubcs-service/ubcs-webservice/src/main/resources/mapper/DockingPreAttrRangeMapper.xml rename to Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/resources/mapper/DockingPreAttrRangeMapper.xml index 8b4f8f1..12b91ef 100644 --- a/Source/UBCS/ubcs-service/ubcs-webservice/src/main/resources/mapper/DockingPreAttrRangeMapper.xml +++ b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/resources/mapper/DockingPreAttrRangeMapper.xml @@ -1,8 +1,8 @@ <?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.code.webservice.mapper.DockingPreAttrRangeMapper"> +<mapper namespace="com.vci.ubcs.code.applyjtcodeservice.mapper.DockingPreAttrRangeMapper"> <!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 --> - <resultMap id="plDockingPreAttrRangeResultMap" type="com.vci.ubcs.code.webservice.entity.DockingPreAttrRange"> + <resultMap id="plDockingPreAttrRangeResultMap" type="com.vci.ubcs.code.applyjtcodeservice.entity.DockingPreAttrRange"> <result column="OID" property="oid"/> <result column="REVISIONOID" property="revisionOid"/> <result column="NAMEOID" property="nameOid"/> -- Gitblit v1.9.3