This commit is contained in:
linfso 2024-09-30 16:48:30 +08:00
parent 7fcdff78ef
commit 9b769e9b38

View File

@ -1180,9 +1180,6 @@
<if test="updateSite != null and updateSite != ''"> and a.update_site=#{updateSite}</if>
<if test="params.waybillStatType != null and params.waybillStatType == 1">
and a.waybill_status='0' and a.order_status='0'
</if>
<if test="params.problemQueryType != null and params.problemQueryType == 1 and params.problemQueryIds != null and params.problemQueryIds !=''">
and a.bill_code in (
@ -1197,12 +1194,17 @@
</if>
<if test="params.waybillStatType != null and params.waybillStatType == 1">
and a.waybill_status='0' and a.order_status='0'
</if>
<if test="params.waybillStatType != null and params.waybillStatType == 2">
and a.waybill_status!='0' and a.order_status!='2'
</if>
<if test="params.waybillStatType != null and params.waybillStatType == 3">
and a.waybill_status!='0' and a.order_status='2'
and a.order_status='2'
</if>
<if test="params.waybillStatType != null and params.waybillStatType == 4">