zwxi 9 сар өмнө
parent
commit
234ebf6222
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      controller/public.go

+ 1 - 1
controller/public.go

@@ -607,7 +607,7 @@ func ResearchSignUp(c *gin.Context) {
 	//	response.Fail(errMsg, c)
 	//	return
 	//}
-	count, err := yb_research_signup_statistics.GetSignUpCountByMobileAndBannerId(mobile, bannerId)
+	count, err := yb_research_signup_statistics.GetSignUpCountByMobileAndBannerId(customMobile, bannerId)
 	if err != nil {
 		response.FailData("查询失败", "查询失败,Err:"+err.Error(), c)
 		return