作者 若依
提交者 Gitee

!488 修复操作日志列表查询业务类型时的bug

Merge pull request !488 from 也曾为你、像超人/N/A
@@ -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">