king
2020-07-01 9a16cb432ed0a597caf9ba78c9dda63ad2134207
src/utils/utils.js
@@ -946,7 +946,7 @@
        
        aaa: select @ErrorCode as ErrorCode,@retmsg as retmsg`
      if (window.GLOB.systemType !== 'official') {
      if (window.GLOB.systemType !== 'official' && options.sysType !== 'cloud') {
        let fsql = `
        ${_sql}
        ${_sqlInsert}
@@ -1576,7 +1576,7 @@
    _sql += `
        aaa: select @ErrorCode as ErrorCode,@retmsg as retmsg`
    if (window.GLOB.systemType !== 'official') {
    if (window.GLOB.systemType !== 'official' && options.sysType !== 'cloud') {
      _sql = _sql.replace(/\n\s{8}/ig, '\n')
      console.log(_sql)
    }