|
@@ -784,7 +784,7 @@ func (ct *InvoicePaymentController) List(c *gin.Context) {
|
|
|
vv.ServiceTemplateId = svList[ii].ServiceTemplateId
|
|
|
vv.ServiceTemplateName = svList[ii].FormatTitle
|
|
|
vv.ServiceTemplatePid = svList[ii].ServiceTemplatePid
|
|
|
-
|
|
|
+ vv.ServiceProductId = svList[ii].ServiceProductId
|
|
|
k2 := fmt.Sprintf("%d-%d", summaryList[i].PaymentId, svList[ii].ServiceTemplateId)
|
|
|
a := amountMap[k2]
|
|
|
if a != nil {
|