md
This commit is contained in:
parent
177829a23a
commit
92a81f706f
@ -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>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user