From f6a07a41b9b1daa8fb727ee345059963724b0d41 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Wed, 30 Apr 2025 11:11:17 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=E8=8E=B7=E5=8F=96=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=BF=A1=E6=81=AF=E9=80=82=E5=BA=94=E8=B4=A6?= =?UTF-8?q?=E6=9C=9F=E5=86=85/=E8=B6=85=E6=9C=9F=E9=A2=9D=E5=BA=A6=20commi?= =?UTF-8?q?tter:=20heyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/EmisWaybillMapper.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index a25bc16d9..e88fe1e12 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1764,6 +1764,16 @@ ) + + + and a.send_date is not null + and (UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP(a.send_date)) > (10 * 24 * 60 * 60) + + + and a.send_date is not null + and (UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP(a.send_date)) (10 * 24 * 60 * 60) + + and a.order_type='0'