Browse Source

no message

xingzai 2 năm trước cách đây
mục cha
commit
029c1c5cd2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      services/htgj.go

+ 1 - 1
services/htgj.go

@@ -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