Skip to content

Commit

Permalink
修复编译报错.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed May 11, 2024
1 parent 407b361 commit 460a739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected String sqlWhereByMap(TableInfo table) {
sqlScript = SqlScriptUtils.convertForeach(sqlScript, COLUMN_MAP, "k", "v", "AND");
sqlScript = SqlScriptUtils.convertWhere(sqlScript);
return SqlScriptUtils.convertIf(sqlScript, String.format("%s != null and !%s", COLUMN_MAP,
COLUMN_MAP_IS_EMPTY), true);;
COLUMN_MAP_IS_EMPTY), true);
}
}

Expand Down

0 comments on commit 460a739

Please sign in to comment.