|
|
|
@ -106,6 +106,7 @@ namespace Shentun.Peis.Items |
|
|
|
UnitId = s.UnitId, |
|
|
|
LineModeFlag = s.LineModeFlag, |
|
|
|
DiagnosisFunction = s.DiagnosisFunction, |
|
|
|
DeviceTypeId = s.DeviceTypeId, |
|
|
|
CreatorName = EntityHelper.GetUserNameNoSql(userList, s.CreatorId), |
|
|
|
LastModifierName = EntityHelper.GetUserNameNoSql(userList, s.LastModifierId) |
|
|
|
}).OrderBy(o => o.DisplayOrder).ToList(); |
|
|
|
@ -159,6 +160,7 @@ namespace Shentun.Peis.Items |
|
|
|
UnitId = s.UnitId, |
|
|
|
LineModeFlag = s.LineModeFlag, |
|
|
|
DiagnosisFunction = s.DiagnosisFunction, |
|
|
|
DeviceTypeId = s.DeviceTypeId, |
|
|
|
CreatorName = EntityHelper.GetUserNameNoSql(userList, s.CreatorId), |
|
|
|
LastModifierName = EntityHelper.GetUserNameNoSql(userList, s.LastModifierId) |
|
|
|
}).OrderBy(o => o.DisplayOrder).ToList(); |
|
|
|
|