|
@@ -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}";
|
|
|
+ sb += $" AND b.TypeValue={request.SearchType} AND a.IsDelete = 0";
|
|
|
else
|
|
|
sb += " AND a.IsDelete = 0 AND a.NoticeAddresseeType != 2";
|
|
|
if (!string.IsNullOrEmpty(request.Keyword))
|