From a111ce1acbfc78b76c67e72323d80165b7870c08 Mon Sep 17 00:00:00 2001 From: ligaode Date: Wed, 15 Jan 2025 10:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scm/api/scmvehrebate/ScmVehRebateQuery.java | 12 +++++++----- .../scm/biz/scmvehrebate/ScmVehRebateService.java | 4 ++-- .../scmvehrebatewith/ScmVehRebateWithService.java | 1 + 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehrebate/ScmVehRebateQuery.java b/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehrebate/ScmVehRebateQuery.java index 12c5049dc2..5a9ebfba50 100644 --- a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehrebate/ScmVehRebateQuery.java +++ b/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmvehrebate/ScmVehRebateQuery.java @@ -51,19 +51,21 @@ import java.util.List; @ApiModel(value = "单车返利表 查询条件", description = "单车返利表 查询条件") public class ScmVehRebateQuery implements Query { - @ApiModelProperty("品牌") + @ApiModelProperty("品牌") private String brandName; - @ApiModelProperty("车型名称") + @ApiModelProperty("车型名称") private String vehModelName; - @ApiModelProperty("车架号") + @ApiModelProperty("车架号") private String vinNo; @ApiModelProperty("创建开始日期") private String createStartTime; @ApiModelProperty("创建结束日期") private String createEndTime; - @ApiModelProperty("返利类型key") + @ApiModelProperty("返利类型key") private String rebateTypeKey; - @ApiModelProperty("返利名称") + @ApiModelProperty("返利类型value") + private String rebateTypeValue; + @ApiModelProperty("返利名称") private String rebateName; @ApiModelProperty("状态") private String state; diff --git a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehrebate/ScmVehRebateService.java b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehrebate/ScmVehRebateService.java index 4db1737acc..8109ef86d7 100644 --- a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehrebate/ScmVehRebateService.java +++ b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehrebate/ScmVehRebateService.java @@ -268,8 +268,8 @@ public class ScmVehRebateService extends MybatisBaseService