Ver código fonte

Merge branch 'dev/2.4_rai_new' into debug

# Conflicts:
#	controller/contract/register.go
ziwen 2 anos atrás
pai
commit
12ba393a1b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      controller/contract/register.go

+ 1 - 1
controller/contract/register.go

@@ -569,7 +569,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",
+		"SellerId", "SellerName", "ContractType", "ContractAmount", "StartDate", "EndDate", "SignDate", "AgreedPayTime","RaiSellerId","RaiSellerName",
 		"ContractStatus", "RegisterStatus", "Remark", "ServiceRemark", "HasPayment", "NewCompany", "ActualPayCompanies", "ModifyTime",
 	}
 	nowTime := time.Now().Local()