mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
Merge pull request #534 from orchidblessing/master-jdk17
fix:上传文件测试时pg数据库字段与FileContentDO类型不一致报错修复
This commit is contained in:
commit
aced20bd0d
@ -28,8 +28,8 @@ public class FileContentDO extends BaseDO {
|
|||||||
/**
|
/**
|
||||||
* 编号,数据库自增
|
* 编号,数据库自增
|
||||||
*/
|
*/
|
||||||
@TableId(type = IdType.INPUT)
|
@TableId
|
||||||
private String id;
|
private Long id;
|
||||||
/**
|
/**
|
||||||
* 配置编号
|
* 配置编号
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user