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