Browse Source

no message

zhangchuanxing 4 months ago
parent
commit
db424e1536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/company/company_product.go

+ 1 - 1
models/company/company_product.go

@@ -719,7 +719,7 @@ func UpdateCompanyProductSellerUnexpired(sellerId, shareSellerInit int, sellerNa
                             seller_id_last = ? , 
                             seller_id_last = ? , 
                             seller_name_last = ? , 
                             seller_name_last = ? , 
                             share_seller_last = ? , 
                             share_seller_last = ? , 
-                            share_seller_id_last = ?  WHERE companyId = ?  AND product_id= 2 `
+                            share_seller_id_last = ?  WHERE company_id = ?  AND product_id= 2 `
 	_, err = o.Raw(sql, sellerId, sellerName, shareSellerInit, shareSeller, companyContractId).Exec()
 	_, err = o.Raw(sql, sellerId, sellerName, shareSellerInit, shareSeller, companyContractId).Exec()
 	return
 	return
 }
 }