作者 陈志颖

fix:修改订单详情产品id类型

@@ -330,7 +330,8 @@ func (c *OrderInfoController) GetOrderReal() { @@ -330,7 +330,8 @@ func (c *OrderInfoController) GetOrderReal() {
330 allGoods := []map[string]interface{}{} 330 allGoods := []map[string]interface{}{}
331 for _, v := range orderinfo.Goods { 331 for _, v := range orderinfo.Goods {
332 m := map[string]interface{}{ 332 m := map[string]interface{}{
333 - "id": fmt.Sprint(v.Id), 333 + //"id": fmt.Sprint(v.Id),
  334 + "id": v.Id,
334 "productName": v.GoodName, 335 "productName": v.GoodName,
335 "orderNum": v.PlanGoodNumber, 336 "orderNum": v.PlanGoodNumber,
336 "univalence": v.Price, 337 "univalence": v.Price,