From 35da3b6821605f07511d813fa2f2156c3f1ea4d5 Mon Sep 17 00:00:00 2001 From: dimengzhe Date: Fri, 16 May 2025 14:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=A6=E8=BE=86=E5=88=A9?= =?UTF-8?q?=E6=B6=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusDeliveredApplyService.java | 4 +-- .../CarsSoldProfitRebateAllVo.java | 2 ++ .../carsSoldProfit/CarsSoldProfitMapper.xml | 1 - .../carsSoldProfit/CarsSoldProfitService.java | 35 +++++++++++++++++++ .../ScmVehRebateCarsSoldProfitVo.java | 3 ++ .../biz/scmvehrebate/ScmVehRebateMapper.xml | 3 +- 6 files changed, 44 insertions(+), 4 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdeliveredapply/BusDeliveredApplyService.java b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdeliveredapply/BusDeliveredApplyService.java index 895b32c4bb..ffbbdd13c3 100644 --- a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdeliveredapply/BusDeliveredApplyService.java +++ b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdeliveredapply/BusDeliveredApplyService.java @@ -1454,9 +1454,9 @@ public class BusDeliveredApplyService extends MybatisBaseService scmList = scmVehRebateFeign.getDetailByVinSid(vinSid).getData(); if (!scmList.isEmpty()) { for (int i = 0; i < scmList.size(); i++) { @@ -186,9 +219,11 @@ public class CarsSoldProfitService extends MybatisBaseService