操作日志新增状态查询&热部署重启菜单丢失修复

This commit is contained in:
RuoYi
2019-04-03 17:39:41 +08:00
parent 1790fceda9
commit 9312fe6dfb
6 changed files with 13 additions and 18 deletions

View File

@ -40,6 +40,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="businessType != null">
AND business_type = #{businessType}
</if>
<if test="status != null">
AND status = #{status}
</if>
<if test="operName != null and operName != ''">
AND oper_name like concat('%', #{operName}, '%')
</if>