#469: 更新 AuthorizeApp.cs AuthoriseService.cs=>public List<ModuleElement> ModuleElements { get { return GetModuleElementsQuery().ToList(); } } 会导致重复查询数据库。在user.Modules较多的时候影响性能。

This commit is contained in:
四色鬼 2019-01-03 18:35:11 +08:00
commit ae10262c97
2 changed files with 9 additions and 6 deletions

@ -1 +1 @@
Subproject commit ee5e0294ff5992ffc8013dcbb9795f459f8f0702
Subproject commit fd9bca23a7e9fa352c70fa88ff123a0efddfa32b

View File

@ -2,10 +2,13 @@
branches: {
}
fileChange:
/README.md:
newFile: !uuid '4a9acae984e3e641886921ddd4feeebe8fec8392'
oldFile: !uuid '9c7c897b3c367906642ae569bad98b3b626afb7a'
gitCommitId: !uuid 'ee5e0294ff5992ffc8013dcbb9795f459f8f0702'
/OpenAuth.App:
newFile: !uuid '324502ebf87997edf9a4eca3fad4b670a09ab105'
oldFile: !uuid 'b7b0028fbf24ebb77a95430e9461b4ffbe83ad31'
/OpenAuth.App/AuthorizeApp.cs:
newFile: !uuid '75a5f3dc794529f6462ac69c58a677743c0b1a79'
oldFile: !uuid '92498da9ee8ac1ad143e030b9e7a954ff5485814'
gitCommitId: !uuid 'fd9bca23a7e9fa352c70fa88ff123a0efddfa32b'
renames: {
}
revisionId: 468
revisionId: 469