记得上下班打卡 | git大法好,push需谨慎

Commit 6b3e2763 authored by jiangxiulong's avatar jiangxiulong

admin nft列表:导出错别字

parent fea9fa1d
...@@ -24,7 +24,7 @@ public class GoblinNftOrderListExcelDto implements Serializable, Cloneable { ...@@ -24,7 +24,7 @@ public class GoblinNftOrderListExcelDto implements Serializable, Cloneable {
private String priceActual; private String priceActual;
@Excel(name = "订单状态") @Excel(name = "订单状态")
private String status; private String status;
@Excel(name = "下大美时间") @Excel(name = "下时间")
private String createdAt; private String createdAt;
@Excel(name = "支付时间") @Excel(name = "支付时间")
private String payTime; private String payTime;
...@@ -59,6 +59,9 @@ public class GoblinNftOrderListExcelDto implements Serializable, Cloneable { ...@@ -59,6 +59,9 @@ public class GoblinNftOrderListExcelDto implements Serializable, Cloneable {
case 3: case 3:
this.setOrderType("演出赠送"); this.setOrderType("演出赠送");
break; break;
case 4:
this.setOrderType("空头赠送");
break;
default: default:
this.setOrderType("未知"); this.setOrderType("未知");
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment