fix: 修复 CreateFileZipProcessJobs 中 IgnoreError 元素多余空格导致配置不生效的问题 #59
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
本次提交修复了 CreateFileZipProcessJobs 功能中 IgnoreError 的 XML 元素因存在多余空格,导致配置项未被正确识别的问题。具体修改如下:
移除了 IgnoreError XmlElement 中多余的空格;
确保 XML 解析过程中字段匹配更为严格;
已本地验证配置生效逻辑,功能按预期运行。
该问题会导致在配置中设置 IgnoreError 后不生效,从而影响任务异常处理逻辑。此次修复可提高配置准确性与任务容错性。