@@ -206,7 +206,7 @@ func CheckHtgj(companyCodeHt, companyNameHt, email, sign string) (errMsg string,
countUser, err := models.GetUserCountByThirdName(int(companyId), wxuUserName)
if countUser == 0 {
- countCompanyUser, err := models.GetUserCountByThirdName(int(companyId), wxuUserName)
+ countCompanyUser, err := models.GetUserCountByCompanyId(int(companyId))
if err != nil {
errHt = err
return