From 3f4013e9283d1fe29ef40cc8b4d7ee7a590a1590 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 17 十月 2023 09:26:40 +0800
Subject: [PATCH] 最新代码

---
 DocumentServiceAPI.Application/ProjectInfo/Services/SheZhiService.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DocumentServiceAPI.Application/ProjectInfo/Services/SheZhiService.cs b/DocumentServiceAPI.Application/ProjectInfo/Services/SheZhiService.cs
index fd25822..97564cf 100644
--- a/DocumentServiceAPI.Application/ProjectInfo/Services/SheZhiService.cs
+++ b/DocumentServiceAPI.Application/ProjectInfo/Services/SheZhiService.cs
@@ -891,7 +891,7 @@
 
 
             result.Items = _db.Queryable<Document_LayInfo>()
-                .Where(a => a.TenantID == aaa.TEID)
+                .Where(a => (a.TenantID == aaa.TEID || a.IsSys == 1))
              //鏂囦欢鍚嶇О
              .WhereIF(!string.IsNullOrEmpty(page.LayName), a => a.LayName == page.LayName)
               .WhereIF(!string.IsNullOrEmpty(page.LayType) && page.LayType != "璇烽�夋嫨", a => a.LayType == page.LayType)

--
Gitblit v1.9.1