同步 github、gitee 的代码

pull/2/head
YunaiV 2021-04-18 00:34:52 +08:00
parent e62495f650
commit c3bfe99829
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class ToolInformationSchemaColumnMapperTest extends BaseDbUnitTest {
@Test
public void testSelectListByTableName() {
List<ToolSchemaColumnDO> columns = toolInformationSchemaColumnMapper
.selectListByTableName("inf_config");
.selectListByTableName("", "inf_config");
assertTrue(columns.size() > 0);
}