Pārlūkot izejas kodu

直播订单导出新增:直播ID、产品数量

zyy 1 mēnesi atpakaļ
vecāks
revīzija
64b99d392f

+ 2 - 2
fs-service-system/src/main/java/com/fs/live/domain/LiveOrder.java

@@ -81,7 +81,7 @@ public class LiveOrder extends BaseEntity {
     private BigDecimal payMoney;
 
     @Excel(name = "物流代收金额",cellType= Excel.ColumnType.NUMERIC)
-    private BigDecimal payDelivery;
+    private BigDecimal payDelivery = BigDecimal.ZERO;
 
     @Excel(name = "支付邮费", cellType= Excel.ColumnType.NUMERIC)
     private BigDecimal payPostage;
@@ -188,7 +188,7 @@ public class LiveOrder extends BaseEntity {
     private String cartId;
 
     /** 订单商品总数 */
-//    @Excel(name = "订单商品总数")
+    @Excel(name = "订单商品总数")
     private String totalNum;