feat: 完善渠道商管理
This commit is contained in:
@@ -38,7 +38,7 @@ public class ModelManager : DomainService
|
||||
{
|
||||
// 从数据库查询
|
||||
var premiumModelIds = await _aiModelRepository._DbQueryable
|
||||
.Where(x => x.IsPremium)
|
||||
.Where(x => x.IsPremium && x.IsEnabled)
|
||||
.Select(x => x.ModelId)
|
||||
.ToListAsync();
|
||||
return premiumModelIds;
|
||||
|
||||
Reference in New Issue
Block a user