变更测试使用的字段名
This commit is contained in:
@@ -25,7 +25,7 @@ public class SeqGeneratorConfig {
|
|||||||
tableConfig.setTable("sequences");
|
tableConfig.setTable("sequences");
|
||||||
tableConfig.setKeyColumn("SEQUENCE_KEY");
|
tableConfig.setKeyColumn("SEQUENCE_KEY");
|
||||||
tableConfig.setTypeColumn("SEQUENCE_TYPE");
|
tableConfig.setTypeColumn("SEQUENCE_TYPE");
|
||||||
tableConfig.setSeqColumn("CURRENT_ID");
|
tableConfig.setSeqColumn("CURRENT");
|
||||||
return tableConfig;
|
return tableConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user