还原处理

This commit is contained in:
aixianling
2023-03-02 10:24:36 +08:00
parent 664e909920
commit 0917405f1a

View File

@@ -39,6 +39,7 @@ const insert = ({table, form}) => {
cols.push(e)
if (typeof v == "object") {
v = JSON.stringify(v)
v = v.replace(/(')/g, "\\$1")
}
arr.push(`'${v}'`)
}