Browse Source

站内消息

Duan_xu 2 years ago
parent
commit
386ccb452d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/PageMapper.xml

+ 1 - 1
src/main/resources/mapper/PageMapper.xml

@@ -873,7 +873,7 @@
             and p.validFlag = 2
         </where>
 
-        #         order by p.combinationSort != 0 desc, p.combinationSort asc
+
         # 		在设置重点关注时给排序值1000为了让重点关注始终在列表前端
         <if test="sortIndex==1000">
             ORDER BY p.newshowTime DESC