From 2e271a6b02a2f82bc0e3a36e05c00731bad99358 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 02 十月 2022 01:46:25 +0800 Subject: [PATCH] 2022-10-02 --- src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx index 7d5942b..0431f00 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx @@ -914,6 +914,11 @@ sqlverify = (_resolve, _reject, scripts) => { const { searches, verify } = this.state + if (verify.dataType !== 'custom') { + _resolve() + return + } + let timestamp = moment().format('YYYY-MM-DD HH:mm:ss') let sql = SettingUtils.getDebugSql(verify, scripts, searches, Utils, timestamp) let param = { -- Gitblit v1.8.0