fix(notify):修复自动审核的工单消息发送异常#3158
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3158 +/- ##
==========================================
+ Coverage 81.71% 81.95% +0.23%
==========================================
Files 134 134
Lines 21153 21347 +194
==========================================
+ Hits 17286 17495 +209
+ Misses 3867 3852 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
LeoQuote
reviewed
Apr 29, 2026
LeoQuote
reviewed
May 7, 2026
Collaborator
LeoQuote
left a comment
There was a problem hiding this comment.
让 AI 再补一些测试就可以 merge 了
c15da68 to
280bb52
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1、自动审核的工单由于状态直接变更至【审核完成】状态,跳过【待审核】状态,导致提交工单没有发送消息。
2、自动审核由于缺少审批工作流,没有对应的审批流组,导致执行工单也没有发送消息。