fix: model codes table supplychain.suppliers -> suppliers to avoid get_code.dspy SQL error

This commit is contained in:
yumoqing 2026-07-10 10:55:00 +08:00
parent f0d3550b63
commit e5f55fc3f3

View File

@ -87,7 +87,7 @@
"codes": [
{
"field": "providerid",
"table": "supplychain.suppliers",
"table": "suppliers",
"valuefield": "id",
"textfield": "supplier_name"
},