变更测试使用的字段名

This commit is contained in:
yhl452493373
2022-02-16 10:42:33 +08:00
parent f121b5de53
commit 5e4360d4fc

View File

@@ -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("NEXT_ID"); tableConfig.setSeqColumn("CURRENT_ID");
return tableConfig; return tableConfig;
} }