From ff05c270d5490d9cc32ac7f1e01703417f292730 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 05 三月 2024 14:10:09 +0800 Subject: [PATCH] 运维单位优化 --- 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