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

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

@@ -536,7 +536,7 @@ namespace GxPress.Repository.Implement
                                         tede_user c ON b.UserId = c.Id
                                             left JOIN
                                         tede_addressee d ON d.Id = a.MiddleSonId
-                                    WHERE a.IsRecall=0,
+                                    WHERE a.IsRecall=0 and 
                                         a.UserId = {request.UserId} and a.FolderType={noticeTypeValue}
                                             {sb}
                                     ORDER BY a.IsTop desc,a.LastModifiedDate desc,a.AttributeValue desc
@@ -551,7 +551,7 @@ namespace GxPress.Repository.Implement
                                         tede_user c ON b.UserId = c.Id
                                             left JOIN
                                         tede_addressee d ON d.Id = a.MiddleSonId
-                                    WHERE
+                                    WHERE a.IsRecall=0 and 
                                         a.UserId = {1} and a.FolderType={2}
                                             {0}", sb, request.UserId, noticeTypeValue);
             var databaseType = StringUtils.ToEnum<DatabaseType>(_databaseTypeStr, DatabaseType.MySql);