Skip to content

Commit

Permalink
更新值为空问题修改
Browse files Browse the repository at this point in the history
  • Loading branch information
robinji0 committed Jun 4, 2024
1 parent a7b981a commit 61848eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public static String getStringValue(String value) {
}
value = value.replace("\\", "\\\\");
value = value.replace("'", "\\'");
value = value.replace("\"", "\\\"");
return "'" + value + "'";
}

Expand Down

0 comments on commit 61848eb

Please sign in to comment.