This commit is contained in:
linfso 2024-08-04 19:03:22 +08:00
parent e36ef10c81
commit 53098a1200

View File

@ -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>