소스 검색

商品订单

kobe6258 7 달 전
부모
커밋
6c87c64b7f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/order.go

+ 1 - 0
controllers/order.go

@@ -255,6 +255,7 @@ func (this *OrderController) ProductOrderList() {
 			ListView = append(ListView, view)
 		}(orderItem)
 	}
+	wg.Wait()
 	page := paging.GetPaging(currentIndex, pageSize, total)
 	resp := new(response.ProductOrderListResp)
 	resp.List = ListView