swagger日志查询设置默认不显示查询类日志
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
<if test="exception != null and exception != ''">
|
||||
AND a.exception_Info!=''
|
||||
</if>
|
||||
<!-- 默认不显示查询类日志,日志量太大,如果显示在界面选择操作行为即可 -->
|
||||
<if test="opAction == null or opAction == ''">
|
||||
AND a.opAction!=4
|
||||
</if>
|
||||
|
||||
<if test="opAction != null and opAction != ''">
|
||||
AND a.opAction=#{opAction}
|
||||
</if>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<input id="exception" name="exception" type="checkbox"${swaggerLog.exception eq '1'?' checked':''} value="1"/>只查询异常信息</label>
|
||||
|
||||
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
||||
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/> <label style="color: red">默认<strong style="font-size: 20px;">不显示查询类</strong>日志,如需显示请选择操作行为</label>
|
||||
</div>
|
||||
</form:form>
|
||||
<sys:message content="${message}"/>
|
||||
|
||||
Reference in New Issue
Block a user