From d6116be097a46aa478fc92ee434ffab277b334f1 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期二, 26 八月 2025 15:39:35 +0800
Subject: [PATCH] bug修改
---
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopBalanceStatement.java | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopBalanceStatement.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopBalanceStatement.java
index 8805f46..6cf4678 100644
--- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopBalanceStatement.java
+++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopBalanceStatement.java
@@ -50,9 +50,9 @@
@TableField(exist = false)
@Excel(name = "联系电话")
private String phone;
- @ApiModelProperty(value = "变动类型(1=服务商分佣,2=高级服务商分佣,3=核销门店服务费,4=提现,5=订单收入)")
+ @ApiModelProperty(value = "变动类型(4=提现,5=订单收入,6=订单退款,7-提现失败回退)")
@TableField("type")
- @Excel(name = "变更类型",readConverterExp = "1=服务商分佣,2=高级服务商分佣,3=核销门店服务费,5=订单收入")
+ @Excel(name = "变更类型",readConverterExp = "4=提现,5=订单收入,6=订单退款,7-提现失败回退")
private Integer type;
@ApiModelProperty(value = "历史余额")
@@ -66,10 +66,7 @@
@TableField("create_time")
@Excel(name = "变更时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime createTime;
- @ApiModelProperty(value = "变动金额")
- @TableField(exist = false)
- @Excel(name = "变更数量")
- private String variableAmountString;
+
@ApiModelProperty(value = "变动后余额")
@TableField("balance")
--
Gitblit v1.7.1