Commit 39a34f7c by jinfeng.wang

fix

parent d4d7cd57
......@@ -156,7 +156,7 @@ public class StorageTag {
String packageName = resultSet.getString("package_name");
String appName = resultSet.getString("app_name");
if (StringUtils.isNotBlank(appName)) {
appName = appName.replaceAll("\'", "\\'");
appName = appName.replace("\'", "\\'");
}
String platform = resultSet.getString("platform");
String tag = resultSet.getString("tag");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment