站内通知页面出现问题

其它页面没有问题,进入通知页面就会出现如下信息:

attachments-2019-05-8Pgk6Rvh5ce4cc21ec8ca.jpg

请先 登录 后评论

最佳答案 2019-05-22 13:39

delete from ask_notifications where user_id not in (select id from ask_users);
delete from ask_notifications where to_user_id not in (select id from ask_users);

数据库执行一下这个两个sql,再看下。
用户尽量不要删除,可以直接禁用。
请先 登录 后评论

其它 0 个回答

  • 1 关注
  • 0 收藏,2974 浏览
  • 杜朋 提出于 2019-05-22 12:12

相似问题