username@email.com
2023-03-14 bf14008acffe7a9a7ac6e2eeb38ce3552b71b33a
zhengcaioa/Services/PltPageService.cs
@@ -340,6 +340,7 @@
                                   PageSuperior = page.PageSuperior,
                                   PageIco = page.PageIco ?? "",  //fa  fa-angle-right
                                   OpenType = page.OpenType ?? 0,
                                   PageMethod = page.PageMethod,
                               };
                    entityList = list.ToList().Distinct(new PageEntityIdComparer()).ToList();
                }