src/menu/datasource/verifycard/index.jsx
@@ -681,6 +681,7 @@ if (/列名\s*'[a-zA-Z0-9_-]+'\s*无效/.test(result.message)) { let tail = '' let type = '' if (setting.execute !== 'false' && setting.queryType !== 'statistics') { searches.forEach(item => { if (item.forbid) return item.key.split(',').forEach(field => { @@ -690,6 +691,7 @@ } }) }) } if (!tail) { let keys = setting.order.replace(/\s+(asc|desc)/ig, '').replace(/\s+/g, '')