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/zshare/verifycard/customscript/index.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/templates/zshare/verifycard/customscript/index.jsx b/src/templates/zshare/verifycard/customscript/index.jsx
index 2bf77c8..6cd63b7 100644
--- a/src/templates/zshare/verifycard/customscript/index.jsx
+++ b/src/templates/zshare/verifycard/customscript/index.jsx
@@ -277,6 +277,9 @@
                 getPopupContainer={() => document.getElementById('verify-custom-scripts')}
               >
                 <Select.Option key="default" value={this.props.defaultsql}>榛樿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}</Select.Option>
                 )}

--
Gitblit v1.8.0