From fa3470f48ebd003ff97eed1340483da7833c0832 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 15 七月 2020 09:29:23 +0800 Subject: [PATCH] 2020-07-15 --- src/utils/utils.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index c8c2796..715db52 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -962,7 +962,8 @@ aaa: select @ErrorCode as ErrorCode,@retmsg as retmsg` - if (window.GLOB.systemType !== 'production' && options.sysType !== 'cloud') { + // if (window.GLOB.systemType !== 'production' && options.sysType !== 'cloud') { + if (window.GLOB.systemType !== 'production') { let fsql = ` ${_sql} ${_sqlInsert} @@ -1592,7 +1593,8 @@ _sql += ` aaa: select @ErrorCode as ErrorCode,@retmsg as retmsg` - if (window.GLOB.systemType !== 'production' && options.sysType !== 'cloud') { + // if (window.GLOB.systemType !== 'production' && options.sysType !== 'cloud') { + if (window.GLOB.systemType !== 'production') { _sql = _sql.replace(/\n\s{8}/ig, '\n') console.log(_sql) } -- Gitblit v1.8.0