From 7384e1dcfc973afed19b86ff73e9f5e24c246b35 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 29 一月 2022 21:02:48 +0800 Subject: [PATCH] 2022-01-29 --- src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx index 1389b88..66e19b2 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx @@ -315,6 +315,9 @@ <Select.Option key="default" value={'default'}> 榛樿sql </Select.Option> + <Select.Option key="debugger" value={`z_debug: select @ErrorCode='E',@retmsg='娴嬭瘯鏂偣' goto aaa`}> + 娴嬭瘯鏂偣 + </Select.Option> {systemScripts.map((option, i) => <Select.Option key={i} value={option.value}> {option.name} -- Gitblit v1.8.0