From ee62a2bbf9ca79bbeac6e8eb8d5c6d2afd3c017f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 3 Sep 2026 16:59:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20QC=E5=88=86=E7=BB=84=E8=A1=A5cost=5Fbene?= =?UTF-8?q?fit=E6=A0=87=E7=AD=BE+=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api/bid_task_tree.dspy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wwwroot/api/bid_task_tree.dspy b/wwwroot/api/bid_task_tree.dspy index e8dac33..221fe6b 100644 --- a/wwwroot/api/bid_task_tree.dspy +++ b/wwwroot/api/bid_task_tree.dspy @@ -204,10 +204,11 @@ async with DBPools().sqlorContext(dbname) as sor: qc_labels = { 'scoring_items': '评分项 QC', 'qualifications': '资质 QC', 'doc_requirements': '投标文件要求 QC', 'chapter_outline': '章节骨架 QC', + 'cost_benefit': '成本收益分析 QC', '__none__': 'QC 审核', '__legacy__': 'QC 审核(早期)', } order = ['scoring_items', 'qualifications', 'doc_requirements', - 'chapter_outline', '__none__', '__legacy__'] + 'chapter_outline', 'cost_benefit', '__none__', '__legacy__'] nodes = [] for key in order + [k for k in groups if k not in order]: if key not in groups: