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