提交 e3f27883 编写于 作者: Z zyyang

change

上级 97a28383
......@@ -79,6 +79,8 @@ public class TaosDemoCommandLineRunner implements CommandLineRunner {
long start = System.currentTimeMillis();
if (config.doCreateTable) {
superTableService.create(superTableMeta);
if (config.autoCreateTable)
return;
// 批量建子表
subTableService.createSubTable(subTableMetaList, config.numOfThreadsForCreate);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册