ziwen 2 年之前
父節點
當前提交
0a83c8b68d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      controller/contract/register.go

+ 4 - 0
controller/contract/register.go

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