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)