feat: 完善渠道商管理
This commit is contained in:
@@ -71,6 +71,7 @@ public class AiGateWayManager : DomainService
|
||||
.LeftJoin<AiAppAggregateRoot>((model, app) => model.AiAppId == app.Id)
|
||||
.Where((model, app) => model.ModelId == modelId)
|
||||
.Where((model, app) => model.ModelApiType == modelApiType)
|
||||
.Where((model, app) => model.IsEnabled)
|
||||
.Select((model, app) =>
|
||||
new AiModelDescribe
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user