增加pacs 直连 scp项目
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-03 14:00:29 +08:00
parent d094f22ab2
commit 9f66a932fc
29 changed files with 4805 additions and 11 deletions
@@ -31,7 +31,7 @@ namespace IRaCIS.Core.Application.Service
var exploreRecommendQueryable =
_exploreRecommendRepository
_exploreRecommendRepository.Where().IgnoreQueryFilters()
.WhereIf(string.IsNullOrEmpty(inQuery.Title), t => t.Title.Contains(inQuery.Title))
.WhereIf(string.IsNullOrEmpty(inQuery.FileName), t => t.Title.Contains(inQuery.FileName))
.WhereIf(string.IsNullOrEmpty(inQuery.DownloadUrl), t => t.Title.Contains(inQuery.DownloadUrl))
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff