From 958377f8ed9ca55070da9aa319f23e3ee9d94701 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 07 七月 2020 10:06:50 +0800 Subject: [PATCH] 2020-07-07 --- src/utils/utils.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 9b4447d..f72b359 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -946,7 +946,7 @@ aaa: select @ErrorCode as ErrorCode,@retmsg as retmsg` - if (window.GLOB.systemType !== 'official' && options.sysType !== 'cloud') { + if (window.GLOB.systemType !== 'production' && 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' && options.sysType !== 'cloud') { + if (window.GLOB.systemType !== 'production' && options.sysType !== 'cloud') { _sql = _sql.replace(/\n\s{8}/ig, '\n') console.log(_sql) } -- Gitblit v1.8.0