|
@@ -6421,7 +6421,7 @@ func (this *StatisticReportController) InvoicePaymentList() {
|
|
|
return
|
|
|
}
|
|
|
for _, v := range shareSellerList {
|
|
|
- name := fmt.Sprintf("%s_%s", v.CompanyName, v.ProductId)
|
|
|
+ name := fmt.Sprintf("%s_%d", v.CompanyName, v.ProductId)
|
|
|
shareSellerMap[name] = v
|
|
|
}
|
|
|
}
|
|
@@ -6590,6 +6590,7 @@ func (this *StatisticReportController) InvoicePaymentList() {
|
|
|
v.InvoicePaymentList = summaryMap[registerList[i].SummaryId]
|
|
|
v.ContractType = registerList[i].ContractType
|
|
|
v.ActualPayCompanies = registerList[i].ActualPayCompanies
|
|
|
+ v.ServiceProductId = registerList[i].ServiceProductId
|
|
|
shareSellerItem := fmt.Sprintf("%s_%d", registerList[i].CompanyName, v.ServiceProductId)
|
|
|
contractShareSeller, ok := shareSellerMap[shareSellerItem]
|
|
|
if ok {
|