变更测试使用的字段名

This commit is contained in:
yhl452493373
2022-02-16 10:48:38 +08:00
parent 5e4360d4fc
commit 77b6d2cc91

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