更新文件bug修复

This commit is contained in:
2026-01-14 15:38:36 +08:00
parent f1ab7ba107
commit 3270ef426f

View File

@@ -173,6 +173,7 @@ public class FileMetadataInfo implements Serializable {
private String tag10;
@Schema(description= "approvalStatus")
@TableField(value = "approvalStatus")
private String approvalStatus;
// 返回前端 approveType 非0的前端禁止下载、编辑、删除
@@ -181,6 +182,7 @@ public class FileMetadataInfo implements Serializable {
private Integer approveType;
@Schema(description= "tempMetadata")
@TableField(value = "tempMetadata")
private String tempMetadata;
@Schema(description= "cidFlowId:cid审核电子流程id")