提交者
Gitee
!488 修复操作日志列表查询业务类型时的bug
Merge pull request !488 from 也曾为你、像超人/N/A
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | @@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | ||
| 39 | <if test="title != null and title != ''"> | 39 | <if test="title != null and title != ''"> |
| 40 | AND title like concat('%', #{title}, '%') | 40 | AND title like concat('%', #{title}, '%') |
| 41 | </if> | 41 | </if> |
| 42 | - <if test="businessType != null and businessType != ''"> | 42 | + <if test="businessType != null"> |
| 43 | AND business_type = #{businessType} | 43 | AND business_type = #{businessType} |
| 44 | </if> | 44 | </if> |
| 45 | <if test="businessTypes != null and businessTypes.length > 0"> | 45 | <if test="businessTypes != null and businessTypes.length > 0"> |
-
请 注册 或 登录 后发表评论