我加了新用户,然后换了个浏览器登录。新用户登录不上去
2025-07-09 17:00:36.762 | DEBUG 19592 | http-nio-48080-exec-7 [TID: N/A] c.j.c.f.m.AdapterMapper.getUserName | ==> Preparing: SELECT username FROM system_users WHERE id = ? AND tenant_id = 1 AND null = null
2025-07-09 17:00:36.762 | DEBUG 19592 | http-nio-48080-exec-7 [TID: N/A] c.j.c.f.m.AdapterMapper.getUserName | ==> Parameters: 165(Long)
2025-07-09 17:00:36.804 | DEBUG 19592 | http-nio-48080-exec-7 [TID: N/A] c.j.c.f.m.AdapterMapper.getUserName | <== Total: 0
2025-07-09 17:00:36.824 | DEBUG 19592 | http-nio-48080-exec-7 [TID: N/A] c.i.y.m.s.d.m.u.A.selectList | ==> Preparing: SELECT id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, tenant_id, create_time, update_time, creator, updater, deleted FROM system_users WHERE deleted = 0 AND (username = ?) AND tenant_id = 1 AND null = null
后台sql 一直会拼接个AND null = null
@超级管理员