This commit is contained in:
linfso 2024-08-04 18:09:54 +08:00
parent 177829a23a
commit 92a81f706f

View File

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