Merge pull request #180 from LM20230311/fix-upload-bucket

Fix upload bucket: 修复问答页面文件上传问题;
This commit is contained in:
evo
2025-09-27 19:07:15 +08:00
committed by GitHub
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- 默认开启本地minio
UPDATE `ruoyi-ai`.sys_oss_config t
SET t.status = '1'
WHERE t.oss_config_id = 4;
UPDATE `ruoyi-ai`.sys_oss_config t
SET t.status = '0'
WHERE t.oss_config_id = 1;