lihao 4 年之前
父节点
当前提交
5ab4c617ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Repository/GxPress.Repository.Implement/NoticeRepository.cs

+ 1 - 1
gx_api/GxPress/Repository/GxPress.Repository.Implement/NoticeRepository.cs

@@ -330,7 +330,7 @@ namespace GxPress.Repository.Implement
             else if (request.SearchType == 3)
                 sb += " AND a.IsDelete = 1 AND a.AttributeValue=1";
             else if (request.SearchType > 3)
-                sb += $" AND b.TypeValue={request.SearchType} AND a.IsDelete = 0";
+                sb += $"and a.NoticeAddresseeType<>2 AND b.TypeValue={request.SearchType} AND a.IsDelete = 0";
             else
                 sb += " AND a.IsDelete = 0 AND a.NoticeAddresseeType != 2";
             if (!string.IsNullOrEmpty(request.Keyword))