From 8f45afced0c6a4085560c62dbd58e6ef0f4cecf4 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期三, 19 二月 2025 16:26:23 +0800 Subject: [PATCH] 提交基础版本 --- ruoyi-admin/src/main/resources/mapper/system/SysOperLogMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml b/ruoyi-admin/src/main/resources/mapper/system/SysOperLogMapper.xml similarity index 97% rename from ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml rename to ruoyi-admin/src/main/resources/mapper/system/SysOperLogMapper.xml index 388625e..e837ba4 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml +++ b/ruoyi-admin/src/main/resources/mapper/system/SysOperLogMapper.xml @@ -2,7 +2,7 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> -<mapper namespace="com.ruoyi.system.mapper.SysOperLogMapper"> +<mapper namespace="com.ruoyi.web.mapper.system.SysOperLogMapper"> <resultMap type="SysOperLog" id="SysOperLogResult"> <id property="operId" column="oper_id" /> -- Gitblit v1.7.1