From 477acea4d1efb46ea8220055788088ef8aa93a4b Mon Sep 17 00:00:00 2001 From: unknown <280848880@qq.com> Date: 星期三, 27 九月 2023 09:27:43 +0800 Subject: [PATCH] web:1物资管理-预埋件管理页面提交 2工程项目管理-标段管理,项目管理页面提交 --- 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