|
|
@ -113,6 +113,10 @@ namespace Shentun.Peis.Items |
|
|
LineModeFlag = s.LineModeFlag, |
|
|
LineModeFlag = s.LineModeFlag, |
|
|
DiagnosisFunction = s.DiagnosisFunction, |
|
|
DiagnosisFunction = s.DiagnosisFunction, |
|
|
DeviceTypeId = s.DeviceTypeId, |
|
|
DeviceTypeId = s.DeviceTypeId, |
|
|
|
|
|
CriticalValueFunction = s.CriticalValueFunction, |
|
|
|
|
|
FollowUpFunction = s.FollowUpFunction, |
|
|
|
|
|
IsCriticalValueFunction = s.IsCriticalValueFunction, |
|
|
|
|
|
IsFollowUpFunction = s.IsFollowUpFunction, |
|
|
CreatorName = _cacheService.GetSurnameAsync(s.CreatorId).Result, |
|
|
CreatorName = _cacheService.GetSurnameAsync(s.CreatorId).Result, |
|
|
LastModifierName = _cacheService.GetSurnameAsync(s.LastModifierId).Result |
|
|
LastModifierName = _cacheService.GetSurnameAsync(s.LastModifierId).Result |
|
|
}).OrderBy(o => o.DisplayOrder).ToList(); |
|
|
}).OrderBy(o => o.DisplayOrder).ToList(); |
|
|
@ -162,6 +166,10 @@ namespace Shentun.Peis.Items |
|
|
LineModeFlag = s.LineModeFlag, |
|
|
LineModeFlag = s.LineModeFlag, |
|
|
DiagnosisFunction = s.DiagnosisFunction, |
|
|
DiagnosisFunction = s.DiagnosisFunction, |
|
|
DeviceTypeId = s.DeviceTypeId, |
|
|
DeviceTypeId = s.DeviceTypeId, |
|
|
|
|
|
CriticalValueFunction = s.CriticalValueFunction, |
|
|
|
|
|
FollowUpFunction = s.FollowUpFunction, |
|
|
|
|
|
IsFollowUpFunction = s.IsFollowUpFunction, |
|
|
|
|
|
IsCriticalValueFunction = s.IsCriticalValueFunction, |
|
|
CreatorName = _cacheService.GetSurnameAsync(s.CreatorId).Result, |
|
|
CreatorName = _cacheService.GetSurnameAsync(s.CreatorId).Result, |
|
|
LastModifierName = _cacheService.GetSurnameAsync(s.LastModifierId).Result |
|
|
LastModifierName = _cacheService.GetSurnameAsync(s.LastModifierId).Result |
|
|
}).OrderBy(o => o.DisplayOrder).ToList(); |
|
|
}).OrderBy(o => o.DisplayOrder).ToList(); |
|
|
|