From aad779b14ed4b9df0bf63f3aee7edf8d58ddb392 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 5 Aug 2026 13:42:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(sync):=20load=5Fproduct=5Fcategory=5Fproduc?= =?UTF-8?q?t=20SQL=E7=BC=BA=E5=B0=91providerid=E5=AD=97=E6=AE=B5=20?= =?UTF-8?q?=E2=80=94=20=E4=BA=A7=E5=93=81=E5=90=8C=E6=AD=A5providerid?= =?UTF-8?q?=E6=B0=B8=E8=BF=9C=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llmage/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/init.py b/llmage/init.py index e2ce390..47bd5c3 100644 --- a/llmage/init.py +++ b/llmage/init.py @@ -88,7 +88,7 @@ async def load_product_category_product(parent_category_id): if not catelogs: return {'success': False, 'error': 'llmage中没有产品类别数据'} - llm_sql = """select a.id, a.name, a.model, a.description, a.status, + llm_sql = """select a.id, a.name, a.model, a.description, a.status, a.providerid, m.llmcatelogid, lc.name as catelogname from llm a join llm_api_map m on a.id = m.llmid