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