Skip to content

Commit

Permalink
Improve startup speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chat2DB-Pro committed Dec 12, 2023
1 parent 8d9443a commit c1639cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ public ListResult<SimpleTable> queryTables(TablePageQueryParam param) {
TableCacheVersionDO versionDO = getVersionMapper().selectOne(queryWrapper);
if (versionDO == null) {
addCache(param,versionDO);
}else {
versionDO = getVersionMapper().selectOne(queryWrapper);
}
long version = "2".equals(versionDO.getStatus()) ? versionDO.getVersion() - 1 : versionDO.getVersion();
Expand Down

0 comments on commit c1639cc

Please sign in to comment.