This commit is contained in:
linfso 2024-06-19 20:41:08 +08:00
parent e004261ce2
commit 5851d99dec

View File

@ -476,7 +476,6 @@
<if test="blSpecialQuote != null and blSpecialQuote != ''"> and bl_special_quote=#{blSpecialQuote}</if>
<if test="blOverLong != null and blOverLong != ''"> and bl_over_long=#{blOverLong}</if>
<if test="blBill != null and blBill != ''"> and bl_bill=#{blBill}</if>
<if test="blSign != null and blSign != ''"> and bl_sign=#{blSign}</if>
<if test="blBillText != null and blBillText != ''"> and bl_bill_text like concat('%', #{blBillText}, '%')</if>
<if test="blOverWeight != null and blOverWeight != ''"> and bl_over_weight like concat('%', #{blOverWeight}, '%')</if>
<if test="overWeightNumber != null and overWeightNumber != ''"> and over_weight_number like concat('%', #{overWeightNumber}, '%')</if>
@ -547,23 +546,33 @@
<if test="updateSite != null and updateSite != ''"> and a.update_site=#{updateSite}</if>
<if test="params.waybillStatType != null and params.waybillStatType == '1'">
<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'">
<if test="params.waybillStatType != null and params.waybillStatType == 2">
and a.waybill_status!='0' and a.order_status='1'
</if>
<if test="params.waybillStatType != null and params.waybillStatType == '3'">
<if test="params.waybillStatType != null and params.waybillStatType == 3">
and a.waybill_status!='0'
</if>
<if test="params.waybillStatType != null and params.waybillStatType == '4'">
<if test="params.waybillStatType != null and params.waybillStatType == 4">
</if>
<if test="blSign != null and blSign == '1'">
and bl_sign='1'
</if>
<if test="blSign != null and blSign == '0'">
and bl_sign!='1'
</if>
<if test="params.beginSendDate != null and params.beginSendDate != ''">