Explorar el Código

新增统计订单客户查询

anderx hace 3 años
padre
commit
848687ce5f
Se han modificado 1 ficheros con 1 adiciones y 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;