feat: load_product_category_product返回providerid

将llm.providerid传递给product_management的导入流程
This commit is contained in:
yumoqing 2026-07-13 14:53:46 +08:00
parent e5f55fc3f3
commit 83e1fa8ba3

View File

@ -111,6 +111,7 @@ order by lc.name, a.name"""
'product_type': 'llm_model',
'brief_intro': getattr(llm, 'description', '') or '',
'sort_order': 0,
'providerid': getattr(llm, 'providerid', '') or '',
})
return {