Explorar o código

新增统计订单客户查询

anderx %!s(int64=3) %!d(string=hai) anos
pai
achega
848687ce5f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/goafanti/order/bo/OutSignStatistics.java

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

@@ -13,7 +13,7 @@ public class OutSignStatistics {
     private Integer userCount;
     @Excel(name = "签单个数",width = 8,defaultValue="0")
     private Integer orderCount;
-    @Excel(name = "签单总金额",defaultValue="0")
+    @Excel(name = "签单总金额",defaultValue="0",scale = 6)
     private BigDecimal totalAmount;
     @Excel(name = "新签数",width = 8,defaultValue="0")
     private Integer newSignNumber;