Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-22 11:36:45 +08:00
2 changed files with 4 additions and 0 deletions
@@ -33,6 +33,7 @@ namespace IRaCIS.Core.Application.Service
var defaultshortcutKeyList = this.GetDefaultShortcutKey();
var shortcutKeydic = await _dictionaryRepository.Where(x => x.Parent.Code == "ShortcutKey")
.Where(x=>x.ChildGroup.Contains(inQuery.ImageToolType.ToString()))
.WhereIf(inQuery.ShortcutKeyEnum != null, x => x.Code == inQuery.ShortcutKeyEnum.ToString()).ToListAsync();