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@`