Commit 4b7521e7 by yuwei

项目初始化

parent 254a88b5
......@@ -86,8 +86,9 @@ public class MetadataColumnServiceImpl extends BaseServiceImpl<MetadataColumnDao
// https://blog.csdn.net/qq_32099833/article/details/103848016
// metadataSourceDao.selectList(Wrappers.<MetadataSourceEntity>lambdaQuery()
// .eq(MetadataSourceEntity::getStatus, DataConstant.EnableState.ENABLE.getKey()));
List<MetadataSourceEntity> sourceList = metadataSourceDao.selectList(Wrappers.<MetadataSourceEntity>lambdaQuery()
.eq(MetadataSourceEntity::getStatus, DataConstant.EnableState.ENABLE.getKey()));
List<MetadataSourceEntity> sourceList = metadataSourceDao.selectList(Wrappers.emptyWrapper());
// 参考递归
// https://blog.csdn.net/qq_19244927/article/details/106481777
return null;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment