From 32219b4181fb97a61a5708b6cf7c0d2896bf080e Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 15 Jan 2025 17:49:28 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisWaybillMapper.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml index e8b6578..38f40b2 100644 --- a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -599,6 +599,13 @@ and a.send_date #{params.endSendDate} + + and a.order_date = ]]> #{params.beginOrderDate} + + + and a.order_date #{params.endOrderDate} + + and a.create_time = ]]> #{params.beginCreateTime}