From 9f1f5a56d1c9754c8a633677fdf0e59b533ea8d5 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期三, 27 九月 2023 10:09:32 +0800
Subject: [PATCH] 增加风险分级管控文件夹

---
 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