fix: 1.oracle切换至pgsql之后 解决数据库插入插入roi表失败问题

This commit is contained in:
xiaoguangbin 2025-02-08 16:45:16 +08:00
parent 9981240902
commit 4d72cab793

View File

@ -14,6 +14,7 @@ import org.springframework.format.annotation.DateTimeFormat;
@Data @Data
@TableName("RNAUTO.GARDS_ANALYSIS_ROI") @TableName("RNAUTO.GARDS_ANALYSIS_ROI")
@KeySequence(value = "rnauto.gards_analyses_roi_seq", dbType = DbType.POSTGRE_SQL)
@Accessors(chain = true) @Accessors(chain = true)
public class GardsAnalysisRoi { public class GardsAnalysisRoi {
@ -22,6 +23,7 @@ public class GardsAnalysisRoi {
private Integer sampleId; private Integer sampleId;
@TableId(value = "ROI_ID",type = IdType.INPUT)
private Integer roiId; private Integer roiId;
private Integer roiNum; private Integer roiNum;