fix: 拆分编辑问题修复
This commit is contained in:
+1
-1
@@ -16,6 +16,6 @@ public class UniversalImpl extends AbstractConditionBase {
|
||||
|
||||
@Override
|
||||
public String buildUpdate(String fieldName, String value){
|
||||
return fieldName + " = " + "'" + value + "'";
|
||||
return fieldName + " = " + "'" + value.replace("'","\\'") + "'";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user