Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/partnermg into dev
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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{ |
-
请 注册 或 登录 后发表评论