aa
This commit is contained in:
@@ -1241,7 +1241,7 @@ func SendQywxPeopleCount(ctx *jxcontext.Context) (err error) {
|
|||||||
binds, _ := dao.GetUserBindAuthInfo(db, "", model.AuthBindTypeAuth, nil, "", v, nil)
|
binds, _ := dao.GetUserBindAuthInfo(db, "", model.AuthBindTypeAuth, nil, "", v, nil)
|
||||||
if len(binds) > 0 {
|
if len(binds) > 0 {
|
||||||
user, _ := dao.GetUserByID(db, "user_id", binds[0].UserID)
|
user, _ := dao.GetUserByID(db, "user_id", binds[0].UserID)
|
||||||
if user != nil {
|
if user != nil && user.Mobile != nil {
|
||||||
mobileExistMap[*user.Mobile] = *user.Mobile
|
mobileExistMap[*user.Mobile] = *user.Mobile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user