From 68a37e86d0bfa43e9d4aa0379f47eecee7a0b9c1 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期一, 01 四月 2024 16:07:24 +0800
Subject: [PATCH] xml位置修改

---
 ycl-server/src/main/resources/mapper/zgyw/YwUnitMapper.xml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwUnitMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwUnitMapper.xml
index 6af2bf0..5c7434a 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/YwUnitMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/YwUnitMapper.xml
@@ -4,7 +4,7 @@
 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.ycl.platform.mapper.YwUnitMapper">
 
-    <resultMap type="YwUnit" id="YwUnitResult">
+    <resultMap type="YwUnitVo" id="YwUnitResult">
         <result property="id"    column="id"    />
         <result property="unitCode"    column="unit_code"    />
         <result property="unitName"    column="unit_name"    />
@@ -13,8 +13,6 @@
         <result property="unitAdminAccount"    column="unit_admin_account"    />
         <result property="remark"    column="remark"    />
         <result property="createTime"    column="create_time"    />
-        <result property="updateTime"    column="update_time"    />
-        <result property="deleted"    column="deleted"    />
     </resultMap>
 
     <sql id="selectYwUnitVo">

--
Gitblit v1.8.0