From 386f32a3b7d8ae06b492349934e456b8e6c52229 Mon Sep 17 00:00:00 2001
From: 刚刚好 <380862139@qq.com>
Date: Sun, 12 Nov 2023 10:38:46 +0800
Subject: [PATCH] update ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserPostMapper.java. 提交错别字
---
ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml
index 75593c2..0c3fb69 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml
@@ -37,6 +37,9 @@
<select id="selectOperLogList" parameterType="SysOperLog" resultMap="SysOperLogResult">
<include refid="selectOperLogVo"/>
<where>
+ <if test="operIp != null and operIp != ''">
+ AND oper_ip like concat('%', #{operIp}, '%')
+ </if>
<if test="title != null and title != ''">
AND title like concat('%', #{title}, '%')
</if>
--
Gitblit v1.9.2