king
2021-11-16 cb8c83978177a8d3de769fca12d2aa3642eb0275
src/templates/sharecomponent/settingcomponent/index.jsx
@@ -131,7 +131,7 @@
          if (item.status === 'false') return
          if (/exec\s/ig.test(item.sql)) {
            maxScript = 100
            maxScript = 1000
          } else if (item.sql.length > maxScript) {
            maxScript = item.sql.length
          }