From 9a6440d0476552722c7b2d1781e6bbe199dec272 Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Fri, 17 May 2024 18:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B7=E6=AC=BE=E4=B8=9A=E5=8A=A1=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=87=BA=E5=BA=93=E5=BC=80=E7=A5=A8=E7=9A=84=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E5=BF=85=E9=A1=BB=E6=BB=A1=E8=B6=B3=E9=A6=96=E4=BB=98?= =?UTF-8?q?=E6=AC=BE=E5=8F=8A=E8=B4=B9=E7=94=A8=E4=BA=A4=E6=B8=85=EF=BC=88?= =?UTF-8?q?=E5=90=AB=E8=AE=A2=E9=87=91=EF=BC=89=E4=B8=94=E6=8B=85=E4=BF=9D?= =?UTF-8?q?=E7=9A=84=E5=AE=B6=E8=AE=BF=E8=B5=84=E6=96=99=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E6=88=96=E9=9D=9E=E6=8B=85=E4=BF=9D=E5=AE=B6?= =?UTF-8?q?=E8=AE=BF=E8=80=83=E5=AF=9F=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui/buscenter/biz/busdelivered/BusDeliveredMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdelivered/BusDeliveredMapper.xml b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdelivered/BusDeliveredMapper.xml index 4b9bd037bf..51477d513c 100644 --- a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdelivered/BusDeliveredMapper.xml +++ b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdelivered/BusDeliveredMapper.xml @@ -344,7 +344,7 @@ WHERE busState = '401' - AND ((saleTypeKey = '1' and (finState = '1' OR carryVehicleState = '1' )) or (saleTypeKey = '2' and invoiceApplyState = '1'))) + AND ((saleTypeKey = '1' and (finState = '1' OR carryVehicleState = '1' )) or (saleTypeKey = '2' and finState = '1' and manageState = '1'))) AND bbv.vehicleState != '0002' GROUP BY @@ -543,7 +543,7 @@ WHERE busState = '401' - AND (( saleTypeKey = '1' and (finState = '1' OR carryVehicleState = 1 )) or (saleTypeKey = '2' and invoiceApplyState = '1'))) + AND (( saleTypeKey = '1' and (finState = '1' OR carryVehicleState = 1 )) or (saleTypeKey = '2' and finState = '1' and manageState = '1')))