auto-sync: 2026-05-17 06:34:45
This commit is contained in:
@@ -240,8 +240,8 @@ class ReviewPipeline:
|
||||
if risk == "high":
|
||||
return "mandatory"
|
||||
|
||||
# 中风险 → optional
|
||||
if risk == "medium":
|
||||
# 中风险或标准风险 → optional
|
||||
if risk in ("medium", "standard"):
|
||||
return "optional"
|
||||
|
||||
# 低风险 → auto(免审)
|
||||
|
||||
Reference in New Issue
Block a user