录音统计,代码优化

This commit is contained in:
spllzh
2025-08-16 06:11:06 +08:00
parent 7fe50bb811
commit 45548df6bd
20 changed files with 84 additions and 2 deletions

View File

@@ -23,3 +23,4 @@

View File

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

View File

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