1. 修复 infra 单元测试
2. 补全业务附件菜单脚本
This commit is contained in:
chenbowen
2025-08-01 09:35:26 +08:00
parent c2195ee3cf
commit 3e78093885
2 changed files with 55 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ public class FileServiceImplTest extends BaseDbUnitTest {
o.setPath("yunai");
o.setType("image/jpg");
o.setCreateTime(buildTime(2021, 1, 15));
o.setIsEncrypted(null);
});
fileMapper.insert(dbFile);
// 测试 path 不匹配