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))