Merge pull request #534 from orchidblessing/master-jdk17

fix:上传文件测试时pg数据库字段与FileContentDO类型不一致报错修复
This commit is contained in:
芋道源码 2024-05-25 19:51:09 +08:00 committed by GitHub
commit aced20bd0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,8 @@ public class FileContentDO extends BaseDO {
/**
* 编号数据库自增
*/
@TableId(type = IdType.INPUT)
private String id;
@TableId
private Long id;
/**
* 配置编号
*