作者 tangxuhui

修正业绩分红列表 退货日期显示值

@@ -31,7 +31,7 @@ type ( @@ -31,7 +31,7 @@ type (
31 // 订单金额 31 // 订单金额
32 OrderAmount float64 `json:"orderAmount"` 32 OrderAmount float64 `json:"orderAmount"`
33 // 订单/退货单日期 33 // 订单/退货单日期
34 - OrderDate time.Time `json:"orderData"` 34 + OrderDate time.Time `json:"orderDate"`
35 } `json:"list"` 35 } `json:"list"`
36 } 36 }
37 ) 37 )