From bd9dfa6b6ff25dbab21ba9a249fc9d9f4d03dce2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 20 二月 2024 14:08:39 +0800 Subject: [PATCH] Merge branch 'develop' --- src/components/querylog/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/querylog/index.jsx b/src/components/querylog/index.jsx index 380fc19..5dedf3b 100644 --- a/src/components/querylog/index.jsx +++ b/src/components/querylog/index.jsx @@ -69,14 +69,14 @@ let param = { func: 's_get_users_operation_log', - exec_type: 'y', + exec_type: window.GLOB.execType || 'y', LText: LText.join(' union all '), long_param: res.long_param } param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') param.secretkey = Utils.encrypt('', param.timestamp) - param.LText = Utils.formatOptions(param.LText) + param.LText = Utils.formatOptions(param.LText, param.exec_type) Api.getSystemConfig(param).then(result => { if (!result.status) { -- Gitblit v1.8.0