From 4fdbaf4f024cd587cebfc10e74d631d741cc5ee5 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 2 Mar 2025 21:06:59 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index c0132b0d3..bd3452f28 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -2328,7 +2328,12 @@ AND a.order_status != '0' AND a.order_status != '2' AND ( a.problem_type is null or (a.problem_type is not null and (a.problem_type != 173 and a.problem_type != 170 and a.problem_type != 151) ) ) - + + and a.send_date = ]]> #{params.beginDate} + + + and a.send_date #{params.endDate} + ORDER BY a.send_date DESC LIMIT 1000