소스 검색

no message

xingzai 2 년 전
부모
커밋
029c1c5cd2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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