From 95caf74f05712c6556128eca180d555f427e289e Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期三, 27 九月 2023 09:56:31 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- 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