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