From cb0a87e65e3418640ada304d702977fb5b1898d2 Mon Sep 17 00:00:00 2001 From: ymq Date: Sat, 29 Aug 2026 15:11:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(models):=20pipeline=5Fpm=5Fnotices.fingerpr?= =?UTF-8?q?int=2064=E2=86=92255=E2=80=94=E2=80=94=E7=BC=BA=E5=8F=A3?= =?UTF-8?q?=E6=8C=87=E7=BA=B9=E5=90=AB=E4=BB=BB=E5=8A=A1ID=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=B8=B8=E8=B6=8564=E5=AD=97=E7=AC=A6=EF=BC=8CINSERT?= =?UTF-8?q?=20DataError(1406)=20=E8=87=B4=E7=BC=96=E6=8E=92=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/pipeline_pm_notices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/pipeline_pm_notices.json b/models/pipeline_pm_notices.json index 194940d..e71d1c2 100644 --- a/models/pipeline_pm_notices.json +++ b/models/pipeline_pm_notices.json @@ -11,7 +11,7 @@ {"name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no"}, {"name": "tenant_id", "title": "项目ID", "type": "str", "length": 32, "nullable": "no"}, {"name": "task_id", "title": "关联任务ID", "type": "str", "length": 32, "nullable": "yes"}, - {"name": "fingerprint", "title": "缺口指纹(去重)", "type": "str", "length": 64, "nullable": "no"}, + {"name": "fingerprint", "title": "缺口指纹(去重)", "type": "str", "length": 255, "nullable": "no"}, {"name": "gap_kind", "title": "缺口类型(G1/G2/G3)", "type": "str", "length": 8, "nullable": "yes"}, {"name": "gap_text", "title": "缺口事实描述", "type": "text"}, {"name": "status", "title": "通知状态", "type": "str", "length": 16, "nullable": "no", "default": "pending"},