oper log timeout
This commit is contained in:
parent
a600fd35fb
commit
de81d98ec7
|
|
@ -36,7 +36,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
|
||||
<select id="selectOperLogList" parameterType="com.bonus.sgzb.system.api.domain.SysOperLog" resultMap="SysOperLogResult">
|
||||
select sol.oper_id, sol.title, sol.business_type, sol.method, sol.request_method, sol.operator_type, sol.oper_name, su.nick_name, sol.dept_name, sol.oper_url, sol.oper_ip, sol.oper_param, sol.json_result, sol.status, sol.error_msg, sol.oper_time, sol.cost_time
|
||||
from sys_oper_log sol left join sys_user su on sol.oper_name = su.user_name
|
||||
from sys_user su
|
||||
left join sys_oper_log sol on sol.oper_name = su.user_name
|
||||
<where>
|
||||
<if test="operIp != null and operIp != ''">
|
||||
AND sol.oper_ip like concat('%', #{operIp}, '%')
|
||||
|
|
|
|||
Loading…
Reference in New Issue