ziwen il y a 2 ans
Parent
commit
3f1946b959
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controller/contract/register.go

+ 1 - 1
controller/contract/register.go

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