瀏覽代碼

Merge branch 'crm/crm_16.1' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

zhangchuanxing 3 月之前
父節點
當前提交
e2bb3dfd85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/company/company_product.go

+ 1 - 1
models/company/company_product.go

@@ -727,7 +727,7 @@ func UpdateCompanyProductSellerUnexpired(sellerId, shareSellerInit int, sellerNa
                             seller_id_last = ? , 
                             seller_name_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()
 	return
 }