Merge pull request #7110 from dataease/pr@dev@fix_demo_user_disable

fix: demo用户默认失效#5995
This commit is contained in:
fit2cloud-chenyw 2023-12-11 16:12:17 +08:00 committed by GitHub
commit 7995de2676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1 @@
UPDATE `sys_user` set `enabled` = 0 where `user_id` = 2;