代码优化

This commit is contained in:
spllzh
2025-08-15 08:03:14 +08:00
parent b20832bdb2
commit 1d9d5ca2c4
20 changed files with 70 additions and 101 deletions

View File

@@ -22,3 +22,4 @@

View File

@@ -23,3 +23,4 @@ INSERT INTO `user_role` (`user_id`, `role_id`) VALUES

View File

@@ -13,3 +13,4 @@ WHERE `password` = 'e10adc3949ba59abbe56e057f20f883e';
-- 为original_password字段添加索引可选
-- ALTER TABLE `user` ADD INDEX `idx_original_password` (`original_password`);