RuoYi
2022-06-22 3ccf5c0e502d26f3e6418a123f7e3be676dd9cc7
ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml
@@ -39,7 +39,7 @@
         <if test="title != null and title != ''">
            AND title like concat('%', #{title}, '%')
         </if>
         <if test="businessType != null and businessType != ''">
         <if test="businessType != null">
            AND business_type = #{businessType}
         </if>
         <if test="businessTypes != null and businessTypes.length > 0">