From 8fbe2de4699ae05ab292384392eb3ff64fab2ee4 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 18 Jul 2019 17:03:57 +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][=E5=AF=BC=E5=87=BA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/domain/vo/WxCreditHistoryVo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 11d96237e..936531efb 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxCreditHistoryVo.java @@ -17,7 +17,7 @@ public class WxCreditHistoryVo { @io.swagger.annotations.ApiModelProperty(value = "手机号", name = "phone") private String phone; - @Excel(name = "性别", width = 20, orderNum = "3") + @Excel(name = "性别", width = 20, orderNum = "3", replace = {"保密_0", "男_1", "女_2"}) @io.swagger.annotations.ApiModelProperty(value="性别",name="sex") private String sex; @@ -37,7 +37,7 @@ public class WxCreditHistoryVo { @io.swagger.annotations.ApiModelProperty(value = "商户", name = "merchantName") private String merchantName; - @Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "商户端_3", "管理端_4"}) + @Excel(name = "积分来源", width = 20, orderNum = "8", replace = {"客户端_1", "客户端_2", "商户端_3", "管理端_4"}) @io.swagger.annotations.ApiModelProperty(value = "操作人类型", name = "operator") private Integer operatorType;