From 6365012e69b76d2a7804f5a462745f09a5fa0105 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期六, 11 十月 2025 18:23:02 +0800
Subject: [PATCH] 资产盘点接口

---
 ruoyi-system/src/main/resources/mapper/system/OaNotifationUserMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/OaNotifationUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/OaNotifationUserMapper.xml
index 4d9efb5..0c1cc93 100644
--- a/ruoyi-system/src/main/resources/mapper/system/OaNotifationUserMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/OaNotifationUserMapper.xml
@@ -3,7 +3,7 @@
 <mapper namespace="com.ruoyi.system.mapper.OaNotifationUserMapper">
 
     <!-- 通用查询映射结果 -->
-    <resultMap id="BaseResultMap" type="com.ruoyi.system.model.OaNotifationUser">
+    <resultMap id="BaseResultMap" type="com.ruoyi.system.model.OaNotificationUser">
         <id column="id" property="id" />
         <result column="notification_id" property="notificationId" />
         <result column="user_id" property="userId" />

--
Gitblit v1.7.1