From dd73c5be057725a32151ace4d8b69e3aba10b940 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 18 Jul 2019 16:10:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86=E5=8F=98=E6=9B=B4=E8=AE=B0?= =?UTF-8?q?=E5=BD=95][=E4=BF=AE=E6=94=B9][=E6=9F=A5=E8=AF=A2=E5=8F=8A?= =?UTF-8?q?=E5=AF=BC=E5=87=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java index e5e5506eb..11d96237e 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java @@ -37,7 +37,7 @@ public class WxCreditHistoryVo { @io.swagger.annotations.ApiModelProperty(value = "商户", name = "merchantName") private String merchantName; - @Excel(name = "积分来源", width = 20, orderNum = "8") + @Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "商户端_3", "管理端_4"}) @io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator") private Integer operatorType;