From 12c86527701af61593ab16aa322c3f7dd08aa019 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 19 三月 2024 17:34:33 +0800 Subject: [PATCH] 报备、添加运维人员增加账号 --- ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml index c77e645..270f10d 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml @@ -13,4 +13,8 @@ <result column="remark" property="remark" /> </resultMap> + <select id="selectData" resultType="com.ycl.platform.base.BaseSelect"> + + </select> + </mapper> -- Gitblit v1.8.0