lihao před 4 roky
rodič
revize
5ab4c617ac

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