作者 tangxuhui

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

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