|
@@ -356,6 +356,7 @@ func GetContractServiceNameFormat(registerIds []int) (serviceNameMap map[int]str
|
|
|
FormatTitle: formatTitle,
|
|
|
ServiceTemplateId: fullItem.ServiceTemplateId,
|
|
|
ServiceTemplatePid: fullItem.Pid,
|
|
|
+ ServiceProductId: fullItem.ProductId,
|
|
|
}
|
|
|
serviceFormatMap[item.ContractRegisterId] = append(serviceFormatMap[item.ContractRegisterId], tmp)
|
|
|
}
|
|
@@ -365,6 +366,7 @@ func GetContractServiceNameFormat(registerIds []int) (serviceNameMap map[int]str
|
|
|
FormatTitle: fullItem.Title,
|
|
|
ServiceTemplateId: fullItem.ServiceTemplateId,
|
|
|
ServiceTemplatePid: fullItem.Pid,
|
|
|
+ ServiceProductId: fullItem.ProductId,
|
|
|
}
|
|
|
serviceFormatMap[item.ContractRegisterId] = append(serviceFormatMap[item.ContractRegisterId], tmp)
|
|
|
}
|
|
@@ -388,6 +390,7 @@ func GetContractServiceNameFormat(registerIds []int) (serviceNameMap map[int]str
|
|
|
FormatTitle: formatTitle,
|
|
|
ServiceTemplateId: templateId,
|
|
|
ServiceTemplatePid: pid,
|
|
|
+ ServiceProductId: sv[0].ProductId,
|
|
|
}
|
|
|
serviceFormatMap[k] = append(serviceFormatMap[k], tmp)
|
|
|
}
|