This commit is contained in:
linfso 2024-08-06 07:16:38 +08:00
parent 1a8099a175
commit 5e154e4651

View File

@ -665,7 +665,7 @@
</if>
<if test="params.problemQueryType != null and params.problemQueryType == 2 and params.problemQueryIds != null and params.problemQueryIds !=''">
and ( !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) or a.`problem_type` is null)
and <![CDATA[ !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) or a.`problem_type` is null ]]>
</if>
@ -979,7 +979,7 @@
</if>
<if test="params.problemQueryType != null and params.problemQueryType == 2 and params.problemQueryIds != null and params.problemQueryIds !=''">
and <![CDATA[ !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) ]]>
and <![CDATA[ !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) or a.`problem_type` is null ]]>
</if>
@ -1434,7 +1434,7 @@
</if>
<if test="params.problemQueryType != null and params.problemQueryType == 2 and params.problemQueryIds != null and params.problemQueryIds !=''">
and <![CDATA[ !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) ]]>
and ( <![CDATA[ !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) or a.`problem_type` is null ]]> )
</if>