From 7fbff1feabc5b951af27c420ac6694286787cfea Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期三, 27 九月 2023 07:58:07 +0800
Subject: [PATCH] 调整区域包保mapper

---
 hd/pipe/secure/src/main/resources/mapping/TRegionWarrantyMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hd/pipe/secure/src/main/resources/mapping/TRegionWarrantyMapper.xml b/hd/pipe/secure/src/main/resources/mapping/TRegionWarrantyMapper.xml
index 60f5393..7c4cda3 100644
--- a/hd/pipe/secure/src/main/resources/mapping/TRegionWarrantyMapper.xml
+++ b/hd/pipe/secure/src/main/resources/mapping/TRegionWarrantyMapper.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.thhy.secure.modules.biz.regionWarranty.mapper.TRegionWarrantyMapper">
 
-    <resultMap id="com.thhy.secure.modules.biz.regionWarranty.entity.TRegionWarrantyEntity"
+    <resultMap id="BaseResultMap"
                type="com.thhy.secure.modules.biz.regionWarranty.entity.TRegionWarrantyEntity">
         <result column="region" jdbcType="VARCHAR" property="region" />
         <result column="region_hazard_inform_id" jdbcType="VARCHAR" property="regionHazardInformId" />

--
Gitblit v1.9.3