Browse Source

增加错误日志输出

master
hejl 1 month ago
parent
commit
8096c53ba0
  1. 7
      win_text_editor/assets/config/uft_macro_list.yaml

7
win_text_editor/assets/config/uft_macro_list.yaml

@ -14,7 +14,7 @@ templates: @@ -14,7 +14,7 @@ templates:
[继续执行]
[记录为空][{{tableName}}]
{
[报错返回][ERR_???][{{#keyFields}}@{{name}}{{^isLast}}, {{/isLast}}{{/keyFields}}]
[报错返回][ERR_???][{{#keyFields}}@{{name}}{{^isLast}}, {{/isLast}}{{/keyFields}}]
}else{
}
@ -267,7 +267,8 @@ templates: @@ -267,7 +267,8 @@ templates:
]
[处理失败]
{
[错误信息获取]
[错误信息获取]
[记录日志][CNST_DLOGERROR][@error_no][@error_info][@error_pathinfo]
//TODO:处理异常
[继续执行]
@ -292,6 +293,7 @@ templates: @@ -292,6 +293,7 @@ templates:
[处理失败]
{
[错误信息获取]
[记录日志][CNST_DLOGERROR][@error_no][@error_info][@error_pathinfo]
//TODO:处理异常
[事务回滚]
[继续执行]
@ -316,6 +318,7 @@ templates: @@ -316,6 +318,7 @@ templates:
[处理失败]
{
[错误信息获取]
[记录日志][CNST_DLOGERROR][@error_no][@error_info][@error_pathinfo]
//TODO:处理异常
[事务回滚]
[继续执行]

Loading…
Cancel
Save