|
@@ -662,7 +662,7 @@ func (ct *InvoicePaymentController) List(c *gin.Context) {
|
|
|
queryRegisterIds = append(queryRegisterIds, registerList[i].ContractRegisterId)
|
|
|
}
|
|
|
|
|
|
- fmt.Println("queryRegisterIds:",queryRegisterIds)
|
|
|
+
|
|
|
results := new(fms.InvoicePaymentCensusResp)
|
|
|
if len(queryRegisterIds) > 0 {
|
|
|
|
|
@@ -674,7 +674,7 @@ func (ct *InvoicePaymentController) List(c *gin.Context) {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- fmt.Println("summaryIds:",summaryIds)
|
|
|
+
|
|
|
var listErr, totalErr, totalGroupErr error
|
|
|
wg := sync.WaitGroup{}
|
|
|
|