md
This commit is contained in:
parent
e36ef10c81
commit
53098a1200
@ -974,11 +974,11 @@
|
||||
and a.waybill_status='0' and a.order_status='0'
|
||||
</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 FIND_IN_SET(a.`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[ !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) ]]>
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user