king
2022-03-21 fc241324087e605b145e8bbcc4ee3aece61dbf14
src/tabviews/custom/index.jsx
@@ -424,7 +424,7 @@
        Sort: index + 1
      }))
      if ((window.GLOB.systemType !== 'production' && options.sysType !== 'cloud') || window.debugger === true) {
      if (window.GLOB.debugger === true || (window.debugger === true && options.sysType !== 'cloud')) {
        let sql = lines.map(item => (`
          ${item.insert}
          ${item.selects.join(` union all