Skip to content

fix: 修复 CreateFileZipProcessJobs 中 IgnoreError 元素多余空格导致配置不生效的问题 #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SuperQuestions
Copy link

本次提交修复了 CreateFileZipProcessJobs 功能中 IgnoreError 的 XML 元素因存在多余空格,导致配置项未被正确识别的问题。具体修改如下:

移除了 IgnoreError XmlElement 中多余的空格;

确保 XML 解析过程中字段匹配更为严格;

已本地验证配置生效逻辑,功能按预期运行。

该问题会导致在配置中设置 IgnoreError 后不生效,从而影响任务异常处理逻辑。此次修复可提高配置准确性与任务容错性。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant