作者 tangxvhui

Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/partnermg into dev

@@ -182,8 +182,8 @@ func (c *DividendsController) Detail() { @@ -182,8 +182,8 @@ func (c *DividendsController) Detail() {
182 OrderState: order.OrderStatus, 182 OrderState: order.OrderStatus,
183 CreateTime: order.CreateAt.Local().Format("2006-01-02 15:04:05"), 183 CreateTime: order.CreateAt.Local().Format("2006-01-02 15:04:05"),
184 OrderName: order.OrderName, 184 OrderName: order.OrderName,
185 - OrderNum: fmt.Sprintf("%v", order.OrderCount),  
186 - OrderAmount: fmt.Sprintf("%v", order.OrderAmount), 185 + OrderNum: fmt.Sprintf("%v", order.OrderActualCount),
  186 + OrderAmount: fmt.Sprintf("%v", order.OrderActualAmount),
187 Id: fmt.Sprintf("%v", order.Id), 187 Id: fmt.Sprintf("%v", order.Id),
188 } 188 }
189 rsp.Partner = Partner{ 189 rsp.Partner = Partner{