You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err:=dbcommons.GetDb().Where("app_key=? and user_id!=? and (user_id like ? or phone like ? or email like ? or nickname like ? or login_account like ?)", appkey, userId, keyword, keyword, keyword, keyword).Find(&items).Error
80
+
err:=dbcommons.GetDb().Where("app_key=? and user_id!=? and (user_id like ? or phone like ? or email like ? or nickname like ? or login_account like ?)", appkey, userId, keyword, keyword, keyword, keyword, keyword).Find(&items).Error
0 commit comments