From cabb1d314fd0d59a747331512b8ac3ecf1ef7cd3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 25 一月 2024 16:01:38 +0800 Subject: [PATCH] 2024-01-25 --- src/utils/utils.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 52c602b..f2a7e49 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -2374,7 +2374,7 @@ z_debug_end: select @ErrorCode='E',@retmsg='debug_end' goto aaa` } - if (retmsg) { + if (retmsg || btn.returnValue === 'true') { _sql += ` aaa: if @ErrorCode!='' insert into tmp_err_retmsg (ID, ErrorCode, retmsg, CreateUserID) select @time_id@,@ErrorCode, @retmsg,@UserID@` -- Gitblit v1.8.0