king
2020-08-12 0230dbe06ce2bf124b9f1ddc822e97c6cefe96b8
src/tabviews/commontable/index.jsx
@@ -731,10 +731,15 @@
            insert into tmp_err_retmsg (ID, ErrorCode, retmsg, CreateUserID) select @time_id@,@ErrorCode, @retmsg,@UserID@
        `
      }
      param.custom_script = Utils.formatOptions(param.custom_script)
    }
    // 测试系统打印查询语句
    if (options.sysType === 'local' && !window.GLOB.systemType) {
      LText &&  console.log(LText)
      param.custom_script &&  console.log(param.custom_script)
    }
    param.custom_script = Utils.formatOptions(param.custom_script)
    param.LText = Utils.formatOptions(LText)
    param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000'
    param.secretkey = Utils.encrypt(param.LText, param.timestamp)