From 7913561e21172a8fc06b9f98c72c744e30f9c81d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 06 四月 2025 13:42:47 +0800 Subject: [PATCH] 2025-04-06 --- src/views/transystem/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/transystem/index.jsx b/src/views/transystem/index.jsx index 4d64e4f..419b687 100644 --- a/src/views/transystem/index.jsx +++ b/src/views/transystem/index.jsx @@ -517,7 +517,7 @@ result = result.replace(/@BID@\s+nvarchar\(/ig, '@BID nvarchar(') result = result.replace(/@userid@\s+nvarchar\(/ig, '@UserID nvarchar(') - result = this.handleFormat(result) + // result = this.handleFormat(result) } this.setState({value: result}) @@ -539,7 +539,7 @@ sql = sql.replace(new RegExp(`[^0-9a-z_]from\\s+${tb}[^0-9a-z_]`, 'ig'), (w) => w.replace(/from\s+/i, 'from @db@')) }) - sql = this.handleFormat(sql) + // sql = this.handleFormat(sql) return sql } -- Gitblit v1.8.0