|
@@ -302,6 +302,7 @@ func (rg *RegisterController) Add(c *gin.Context) {
|
|
|
ob.ServiceRemark = req.ServiceRemark
|
|
|
ob.HasPayment = req.HasPayment
|
|
|
ob.NewCompany = req.NewCompany
|
|
|
+ ob.ActualPayCompanies = req.ActualPayCompanies
|
|
|
ob.Set()
|
|
|
|
|
|
if req.HasPayment == 1 || req.ContractStatus == fms.ContractStatusEnd {
|