wyyay преди 2 години
родител
ревизия
daf29f5049

+ 1 - 1
base-system/src/main/java/com/ozs/system/domain/SysOperLog.java

@@ -44,7 +44,7 @@ public class SysOperLog extends BaseEntityExp {
     /**
      * 业务类型数组
      */
-    private Integer[] businessTypes;
+   // private Integer[] businessTypes;
 
     /**
      * 请求方法

+ 6 - 6
base-system/src/main/resources/mapper/system/SysOperLogMapper.xml

@@ -42,12 +42,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 			<if test="businessType != null">
 				AND business_type = #{businessType}
 			</if>
-			<if test="businessTypes != null and businessTypes.length > 0">
-			    AND business_type in
-			    <foreach collection="businessTypes" item="businessType" open="(" separator="," close=")">
-		 			#{businessType}
-		        </foreach>
-			</if>
+<!--			<if test="businessTypes != null and businessTypes.length > 0">-->
+<!--			    AND business_type in-->
+<!--			    <foreach collection="businessTypes" item="businessType" open="(" separator="," close=")">-->
+<!--		 			#{businessType}-->
+<!--		        </foreach>-->
+<!--			</if>-->
 			<if test="status != null">
 				AND status = #{status}
 			</if>