username@email.com
2023-10-24 61695afa95cbb7d5a703339b7a4951b8ed92c53e
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();
                }