From 2a85d4e0ddbe3151607ceb397f84ba6f8493baf2 Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Fri, 28 Apr 2023 10:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E5=88=A4=E6=96=AD=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E6=9B=B4=E6=96=B0=E6=97=A5=E6=9C=9F=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E4=B8=BA=E5=BD=93=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui/scm/api/scmapplyinbound/ScmApplyInboundVo.java | 2 ++ .../scm/biz/scmapplyinbound/ScmApplyInboundService.java | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmapplyinbound/ScmApplyInboundVo.java b/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmapplyinbound/ScmApplyInboundVo.java index 74e1ada794..048f40ae94 100644 --- a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmapplyinbound/ScmApplyInboundVo.java +++ b/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmapplyinbound/ScmApplyInboundVo.java @@ -166,4 +166,6 @@ public class ScmApplyInboundVo implements Vo { private String guidedPrice; // 全款/贷款销售指导价 @ApiModelProperty("最新更新时间") private String newUpdateDate; // 最新更新时间 + @ApiModelProperty("判断最新更新时间是否为当月") + private Boolean isNow; // 判断最新更新时间是否为当月 } diff --git a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java index a5a4fcce1c..f9d0f875bc 100644 --- a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java +++ b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java @@ -336,7 +336,16 @@ public class ScmApplyInboundService extends MybatisBaseService list = scmApplyInboundVehicleService.selectListByAppSid(sid); List scmFileVos = scmFileService.fetchByMainSid(sid); for (ScmFileVo scmFileVo : scmFileVos) {