添加查询日志请求方式参数
This commit is contained in:
@@ -57,6 +57,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="status != null">
|
||||
AND status = #{status}
|
||||
</if>
|
||||
<if test="requestMethod != null and requestMethod!='' ">
|
||||
AND request_method = #{requestMethod}
|
||||
</if>
|
||||
<if test="operName != null and operName != ''">
|
||||
AND oper_name like concat('%', CAST(#{operName} AS VARCHAR), '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user