作者 唐旭辉

bug 修复 :编号5

@@ -150,6 +150,8 @@ func (c *OrderDividendController) OrderDividendDetail() { @@ -150,6 +150,8 @@ func (c *OrderDividendController) OrderDividendDetail() {
150 "partner": orderinfo.PartnerInfo.PartnerName, 150 "partner": orderinfo.PartnerInfo.PartnerName,
151 "id": orderinfo.Id, 151 "id": orderinfo.Id,
152 "orderId": orderinfo.OrderCode, 152 "orderId": orderinfo.OrderCode,
  153 + "partnerCategoryId": orderinfo.PartnerCategory.Id,
  154 + "partnerCategoryName": orderinfo.PartnerCategory.Name,
153 } 155 }
154 dividendCount := map[string]interface{}{ 156 dividendCount := map[string]interface{}{
155 "orderNum": orderinfo.OrderCompute.PlanOrderCount, 157 "orderNum": orderinfo.OrderCompute.PlanOrderCount,