Skip to content

Commit

Permalink
fix(home): sovle metasync (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1001de authored Jul 18, 2023
1 parent 02b05f6 commit 228ebd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 112 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import java.util.Map;
import java.util.Set;

import io.holoinsight.server.common.J;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -273,6 +274,7 @@ private Map<String, Map<String, Object>> getFromDB(String tableName, String type
return new HashMap<>();
}

LOGGER.info("curd detail, [getFromDB], size: {}, {}", mapList.size(), J.toJson(example));
Map<String, Map<String, Object>> uks = new HashMap<>();
mapList.forEach(row -> {
if (row.get("_uk") == null) {
Expand Down

0 comments on commit 228ebd6

Please sign in to comment.