|
@@ -1328,8 +1328,6 @@ func (e *EquityCode) CheckFrequencyLimit() bool {
|
|
|
// 没有用户信息 说明是新用户 不用校验 或者没有设置验证
|
|
|
return true
|
|
|
}
|
|
|
- _id := qu.ObjToString(e.userInfo["_id"])
|
|
|
- log.Println(_id)
|
|
|
q := "select count(*) from jyactivities.equity_record where userId=? and equityId=?"
|
|
|
count := int(util.BaseMysql.CountBySql(q, e.UserId, e.EquityId))
|
|
|
log.Println("count===", e.UserId, e.EquityId)
|