This commit is contained in:
2021-11-18 19:10:38 +00:00
parent ff96ee3dcc
commit 8aed8dc8ba
5 changed files with 122 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ namespace AyaNova.Biz
}
}
internal static async Task<CustomerRightsRecord> CustomerUserEffectiveRightsAsync(long userId)
internal static async Task<CustomerRightsRecord> CustomerUserEffectiveRightsAsync(long userId, long? workorderId=null)
{
using (AyContext ct = ServiceProviderProvider.DBContext)
{