From d28d1b617345105fdc4b765831f02e0f1d33521d Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 22 Jun 2026 13:53:31 +0800 Subject: [PATCH] =?UTF-8?q?name=E5=AD=97=E6=AE=B5=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E4=BD=BF=E7=94=A8LIKE=E6=A8=A1=E7=B3=8A=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/pricing_program.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/pricing_program.json b/json/pricing_program.json index 5fff074..42ce356 100644 --- a/json/pricing_program.json +++ b/json/pricing_program.json @@ -19,7 +19,7 @@ }, "data_filter": { "fields": [ - {"field": "name", "title": "项目名称", "uitype": "str"}, + {"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"}, {"field": "providerid", "title": "供应商", "uitype": "code"} ] },