操作日志列表新增IP地址查询
This commit is contained in:
parent
3ae1829c2f
commit
3d329f2610
@ -75,6 +75,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<select id="selectOperLogList" parameterType="SysOperLog" resultMap="SysOperLogResult">
|
<select id="selectOperLogList" parameterType="SysOperLog" resultMap="SysOperLogResult">
|
||||||
<include refid="selectOperLogVo"/>
|
<include refid="selectOperLogVo"/>
|
||||||
<where>
|
<where>
|
||||||
|
<if test="operIp != null and operIp != ''">
|
||||||
|
AND oper_ip like concat(concat('%',#{operIp}),'%')
|
||||||
|
</if>
|
||||||
<if test="title != null and title != ''">
|
<if test="title != null and title != ''">
|
||||||
AND title like concat(concat('%',#{title}),'%')
|
AND title like concat(concat('%',#{title}),'%')
|
||||||
</if>
|
</if>
|
||||||
|
Loading…
Reference in New Issue
Block a user