From ed719ec5d86d3373ee95df8262eba3f456f94d60 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 六月 2024 17:28:09 +0800 Subject: [PATCH] 2024-06-12 --- src/tabviews/custom/components/table/edit-table/normalTable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx b/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx index 916818a..cb62553 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.jsx @@ -1874,7 +1874,7 @@ let _sso = _sql deForms.forEach(item => { - if (item.database === 'sso') { + if (item.database === 'sso' && (window.GLOB.mkHS || window.GLOB.systemType === 'production')) { let sql = _sso + item.base_sql _sso = '' -- Gitblit v1.8.0