From 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期五, 21 四月 2023 11:51:14 +0800 Subject: [PATCH] 代码调整 --- DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemNoticeMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemNoticeMapper.xml b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemNoticeMapper.xml index d76c4e7..7385097 100644 --- a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemNoticeMapper.xml +++ b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemNoticeMapper.xml @@ -7,7 +7,6 @@ <id column="id" property="id"/> <result column="type" property="type"/> <result column="userType" property="userType"/> - <result column="noticeType" property="noticeType"/> <result column="noticesId" property="noticesId"/> <result column="content" property="content"/> <result column="userId" property="userId"/> -- Gitblit v1.7.1