Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhexi committed Dec 12, 2023
2 parents 94e1c92 + 8d9443a commit d5cdca4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ 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 d5cdca4

Please sign in to comment.