From 0847aeed380492bafaf5b27a49ac4e4b77a819b1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 08 七月 2021 16:39:09 +0800 Subject: [PATCH] 2021-07-08 --- src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx index 26c87fe..dd5f292 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx @@ -229,8 +229,10 @@ fields = fields + ',' } - let database = btn.sheet.match(/(.*)\.(.*)\./ig) || '' - let sheet = btn.sheet.replace(/(.*)\.(.*)\./ig, '') + let database = btn.sheet.match(/(.*)\.(.*)\.|@db@/ig) || '' + let sheet = btn.sheet.replace(/(.*)\.(.*)\.|@db@/ig, '') + + database = database ? (database[0] || '') : '' _value = `Insert into ${database}${sheet} (${fields}createuserid,createuser,createstaff,bid)\nSelect ${fields}@userid@,@username,@fullname,@BID@ From @${sheet}` } else { -- Gitblit v1.8.0