xuxueli 7 lat temu
rodzic
commit
0872bf024e

+ 2 - 2
xxl-job-admin/src/main/resources/mybatis-mapper/XxlJobLogMapper.xml Wyświetl plik

62
 			</if>
62
 			</if>
63
 			<if test="logStatus == 2" >
63
 			<if test="logStatus == 2" >
64
 				AND (
64
 				AND (
65
-					t.trigger_code NOT IN (0, 200) ||
65
+					t.trigger_code NOT IN (0, 200) OR
66
 					t.handle_code NOT IN (0, 200)
66
 					t.handle_code NOT IN (0, 200)
67
 				)
67
 				)
68
 			</if>
68
 			</if>
96
 			</if>
96
 			</if>
97
 			<if test="logStatus == 2" >
97
 			<if test="logStatus == 2" >
98
 				AND (
98
 				AND (
99
-					t.trigger_code NOT IN (0, 200) ||
99
+					t.trigger_code NOT IN (0, 200) OR
100
 					t.handle_code NOT IN (0, 200)
100
 					t.handle_code NOT IN (0, 200)
101
 				)
101
 				)
102
 			</if>
102
 			</if>