src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1494,14 +1494,14 @@ if (typeof(val) === 'string') { val = val.replace(/'/ig, '"') } keys.push(key) keys.push('[' + key + ']') vals.push(`'${val}'`) } }) lines.push({ table: tb, insert: `Insert into ${pre}${tb} (${keys.join(',')},mk_level,mk_id,mk_bid)`, insert: `Insert into ${pre}${tb} (${keys.join(',')},[mk_level],[mk_id],[mk_bid])`, select: `Select ${vals.join(',')},'${level}','${id}','${bid}'` })