ziwen 2 years ago
parent
commit
7629b3e053
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controller/contract/register.go

+ 2 - 2
controller/contract/register.go

@@ -569,8 +569,8 @@ func (rg *RegisterController) Edit(c *gin.Context) {
 
 
 	updateCols := []string{
 	updateCols := []string{
 		"ProductIds", "ContractCode", "RelateContractCode", "CrmContractId", "ContractSource", "CompanyName", "ActualCompanyName",
 		"ProductIds", "ContractCode", "RelateContractCode", "CrmContractId", "ContractSource", "CompanyName", "ActualCompanyName",
-		"SellerId", "SellerName", "ContractType", "ContractAmount", "StartDate", "EndDate", "SignDate", "AgreedPayTime","RaiSellerId",
-		"ContractStatus", "RegisterStatus", "Remark", "ServiceRemark", "HasPayment", "NewCompany", "ModifyTime",
+		"SellerId", "SellerName", "ContractType", "ContractAmount", "StartDate", "EndDate", "SignDate", "AgreedPayTime","RaiSellerId","RaiSellerName",
+		"ContractStatus", "RegisterStatus", "Remark", "ServiceRemark", "HasPayment", "NewCompany", "ActualPayCompanies", "ModifyTime",
 	}
 	}
 	nowTime := time.Now().Local()
 	nowTime := time.Now().Local()
 	item.ProductIds = req.ProductIds
 	item.ProductIds = req.ProductIds