mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
同步 github、gitee 的代码
This commit is contained in:
parent
e62495f650
commit
c3bfe99829
@ -17,7 +17,7 @@ public class ToolInformationSchemaColumnMapperTest extends BaseDbUnitTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testSelectListByTableName() {
|
public void testSelectListByTableName() {
|
||||||
List<ToolSchemaColumnDO> columns = toolInformationSchemaColumnMapper
|
List<ToolSchemaColumnDO> columns = toolInformationSchemaColumnMapper
|
||||||
.selectListByTableName("inf_config");
|
.selectListByTableName("", "inf_config");
|
||||||
assertTrue(columns.size() > 0);
|
assertTrue(columns.size() > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user