修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
26acc94172
commit
5d8f94ef65
|
@ -1147,8 +1147,6 @@ namespace IRaCIS.Core.Application.Service
|
||||||
public async Task<object> GetModuleTypeList(GetModuleTypeListInDto inDto)
|
public async Task<object> GetModuleTypeList(GetModuleTypeListInDto inDto)
|
||||||
{
|
{
|
||||||
|
|
||||||
from u in _frontAuditConfigRepository.AsQueryable()
|
|
||||||
join p in _frontAuditConfigRepository.Where(x => x.EnumType == "Foreign" && x.IsEnable) on u.Id equals p.ParentId
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue