This commit is contained in:
linfso 2024-08-04 18:11:10 +08:00
parent 92a81f706f
commit f163ff3a07

View File

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