|
@@ -835,6 +835,8 @@ func (rg *RegisterController) Add(c *gin.Context) {
|
|
}
|
|
}
|
|
// 开票到款汇总
|
|
// 开票到款汇总
|
|
go fmsService.SummaryInvoicePaymentByContractRegisterId(ob.ContractRegisterId)
|
|
go fmsService.SummaryInvoicePaymentByContractRegisterId(ob.ContractRegisterId)
|
|
|
|
+ // 自动分配套餐金额
|
|
|
|
+ go fmsService.CalculatePaymentServiceAmount(ob.ContractRegisterId)
|
|
// 操作日志
|
|
// 操作日志
|
|
go func() {
|
|
go func() {
|
|
logOB := new(fms.ContractRegisterLog)
|
|
logOB := new(fms.ContractRegisterLog)
|