@@ -361,6 +361,10 @@ func (rg *RegisterController) Add(c *gin.Context) {
return
}
+ // 开票到款汇总
+ go fmsService.SummaryInvoicePaymentByContractRegisterId(ob.ContractRegisterId)
+
// 操作日志
go func() {
logOB := new(fms.ContractRegisterLog)