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