From e35e2d2e9956803b4ec5356395b02a6484441b4f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 20 二月 2025 16:58:41 +0800 Subject: [PATCH] 2025-02-20 --- src/utils/utils-custom.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js index fd5c790..ce328a7 100644 --- a/src/utils/utils-custom.js +++ b/src/utils/utils-custom.js @@ -2334,9 +2334,16 @@ }) return false } else if (/\sdecimal\(8,/ig.test(sql)) { + let lines = '' + sql.split(/\n/).forEach((s, i) => { + if (/(^|\s)decimal\(8,/ig.test(s)) { + lines = '绗�' + (i + 1) + '琛屼腑' + } + }) + notification.warning({ top: 92, - message: `涓嶅彲浣跨敤 decimal(8`, + message: `${lines}涓嶅彲浣跨敤 decimal(8`, duration: 5 }) return false -- Gitblit v1.8.0