Browse Source

统计订单列表开发

anderx 3 years ago
parent
commit
fb3acf1fac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/order/bo/OutOrderSalesSource.java

+ 1 - 1
src/main/java/com/goafanti/order/bo/OutOrderSalesSource.java

@@ -14,7 +14,7 @@ public class OutOrderSalesSource {
     private Integer counts;
     @Excel(name = "电话")
     private Integer dh;
-    @Excel(name = "电话占比")
+    @Excel(name = "电话占比",suffix = "%")
     private String dhl;
     @Excel(name = "网络")
     private Integer wl;