Skip to content

SQL上线检测和提交 #2691

Closed Answered by peixubin
peixubin asked this question in Q&A
Jun 21, 2024 · 3 comments · 8 replies
Discussion options

You must be logged in to vote

找到了问题原因。
在AuditV2类中,把自动通过和自动审核等价了。这应该是个严重BUG了,希望能尽快修复。
def generate_audit_setting(self) -> AuditSetting: if self.is_auto_review(): return AuditSetting(auto_pass=True) ... def create_audit(self): ... audit_setting = self.generate_audit_setting() ... # 自动通过的情况 if audit_setting.auto_pass: self.audit.current_status = WorkflowStatus.PASSED

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
4 replies
@peixubin
Comment options

@peixubin
Comment options

Answer selected by LeoQuote
@LeoQuote
Comment options

@peixubin
Comment options

Comment options

You must be logged in to vote
2 replies
@lanheader
Comment options

@peixubin
Comment options

Comment options

You must be logged in to vote
2 replies
@feiazifeiazi
Comment options

@peixubin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants