From b11724033bb36ed29b950cd0ac97c46e31c8fa16 Mon Sep 17 00:00:00 2001 From: fanzongzhe <285169773@qq.com> Date: Tue, 27 Jun 2023 17:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=AF=B9=E5=A4=96?= =?UTF-8?q?=E4=BA=A4=E4=BB=98=E6=9C=AA=E5=AE=8C=E6=88=90=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppNotCompleteRecordVo.java | 1 - .../busvehicledatahandover/AppVinListVo.java | 2 + .../BusVehicleDataHandoverMapper.xml | 2 +- .../BusVehicleDataHandoverService.java | 56 ++++++++++++++----- .../NotCompleteRecordVo.java | 1 - .../vehicleinformationhandover/VinListVo.java | 2 + 6 files changed, 46 insertions(+), 18 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppNotCompleteRecordVo.java b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppNotCompleteRecordVo.java index cfc7924efa..561698e738 100644 --- a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppNotCompleteRecordVo.java +++ b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppNotCompleteRecordVo.java @@ -19,7 +19,6 @@ public class AppNotCompleteRecordVo implements Vo { private String customerName; private String createInfo; private String carModel; - private String billId; private List vinList = new ArrayList<>(); private String createName; @ApiModelProperty("创建日期") diff --git a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppVinListVo.java b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppVinListVo.java index 5fc0fcfc6c..b124a68ab3 100644 --- a/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppVinListVo.java +++ b/anrui-buscenter/anrui-buscenter-api/src/main/java/com/yxt/anrui/buscenter/api/busvehicledatahandover/AppVinListVo.java @@ -15,6 +15,8 @@ import java.util.List; public class AppVinListVo implements Vo { private String vin; private String recordSid; + private String billId; + private int viewType; private List urls = new ArrayList<>(); } diff --git a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busvehicledatahandover/BusVehicleDataHandoverMapper.xml b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busvehicledatahandover/BusVehicleDataHandoverMapper.xml index eff824305d..1a552b9715 100644 --- a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busvehicledatahandover/BusVehicleDataHandoverMapper.xml +++ b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busvehicledatahandover/BusVehicleDataHandoverMapper.xml @@ -50,7 +50,7 @@ ORDER BY bvh.createTime DESC