king
2024-02-20 fa76b73b7a1c9671a76c9821ed1a28e2f2b9e2b7
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) {