李昊 4 年之前
父节点
当前提交
2ce45ddff3
共有 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

@@ -537,7 +537,7 @@ namespace GxPress.Repository.Implement
                                     WHERE a.IsRecall=0 and 
                                         a.UserId = {request.UserId} and a.FolderType={noticeTypeValue}
                                             {sb}
-                                    ORDER BY a.AttributeValue,a.IsTop desc,a.LastModifiedDate desc desc
+                                    ORDER BY a.AttributeValue desc,a.IsTop desc,a.LastModifiedDate  desc
                                     LIMIT {(request.Page - 1) * request.PerPage},{request.PerPage}";
             var countSql = string.Format(@"SELECT 
                                        count(1)