RuoYi
2022-07-12 f12baad00cbed8a7f2d6c33056192831c8ac4570
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysOperLogMapper.xml
@@ -38,7 +38,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">