|
|
@ -488,8 +488,7 @@ namespace Shentun.Peis |
|
|
{ |
|
|
{ |
|
|
foreach (var item in input.ItemList) |
|
|
foreach (var item in input.ItemList) |
|
|
{ |
|
|
{ |
|
|
var IdType = entity.Id.GetType(); |
|
|
|
|
|
if (item.Id.Equals(entity.Id)) |
|
|
|
|
|
|
|
|
if (entity.Id.ToString() == item.Id.ToString()) |
|
|
entity.DisplayOrder = item.DisplayOrder; |
|
|
entity.DisplayOrder = item.DisplayOrder; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|