Prechádzať zdrojové kódy

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

zhangchuanxing 3 mesiacov pred
rodič
commit
e2bb3dfd85
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 }