From cdcda374b2eb82f8eb61c4e5139d6f907afaa602 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 10 Jul 2026 10:55:01 +0800 Subject: [PATCH] fix: model codes table supplychain.suppliers -> suppliers to avoid get_code.dspy SQL error --- models/pricing_program.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/pricing_program.json b/models/pricing_program.json index 930c88f..98e66cc 100644 --- a/models/pricing_program.json +++ b/models/pricing_program.json @@ -62,7 +62,7 @@ }, { "field": "providerid", - "table": "supplychain.suppliers", + "table": "suppliers", "valuefield": "id", "textfield": "supplier_name" },