From 3c7081591b9e071181f79330d0443a6fce1da82e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 9 Jul 2026 13:39:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20providerid=20codes=20=E2=86=92=20su?= =?UTF-8?q?pplychain.suppliers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/pricing_program.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/pricing_program.json b/models/pricing_program.json index ef41d41..930c88f 100644 --- a/models/pricing_program.json +++ b/models/pricing_program.json @@ -62,9 +62,9 @@ }, { "field": "providerid", - "table": "organization", + "table": "supplychain.suppliers", "valuefield": "id", - "textfield": "orgname" + "textfield": "supplier_name" }, { "field": "pricing_belong",