提交 19d0eb7f 编写于 作者: C CaptainB

refactor: 文件类型为zip

上级 fad59b62
......@@ -48,7 +48,7 @@ public class FileService {
fileMetadata.setSize(FileUtils.sizeOf(file));
fileMetadata.setCreateTime(System.currentTimeMillis());
fileMetadata.setUpdateTime(System.currentTimeMillis());
fileMetadata.setType("JTL");
fileMetadata.setType("ZIP");
fileMetadata.setStorage("MINIO");
fileMetadata.setProjectId(projectId);
if (fileMetadataMapper.updateByPrimaryKeySelective(fileMetadata) == 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册