From 79f83d27289b2e2a2725ce2e571a8743917756e1 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 9 Sep 2024 10:29:17 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 17b16d927..0f7cd3367 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -744,7 +744,7 @@ and a.id = #{id} and ( FIND_IN_SET(`order_sn`,#{orderSn}) or order_sn like concat('%', #{orderSn}, '%') ) and ( FIND_IN_SET(`bill_code`,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) - + and order_type=#{orderType} and cust_order_id=#{custOrderId} and bill_code_sub like concat('%', #{billCodeSub}, '%') and order_status=#{orderStatus} @@ -1030,7 +1030,7 @@ and bill_code_sub like concat('%', #{billCodeSub}, '%') and order_status=#{orderStatus} and waybill_status=#{waybillStatus} - and order_type like concat('%', #{orderType}, '%') + and order_type=#{orderType} and order_date = #{orderDate} and user_id = #{userId} and customer_code=#{customerCode}