king
2024-02-04 0bbaa727cdfc65622e33e91c4bf694c83f184535
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) {