zwhui 1 年之前
父節點
當前提交
0559498e59
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      netflix-dao/src/main/resources/mapper/WebInfoMapper.xml

+ 1 - 0
netflix-dao/src/main/resources/mapper/WebInfoMapper.xml

@@ -22,5 +22,6 @@
                 and u.nickname like '%${nickName}%'
             </if>
         </where>
+        order by w.id desc
     </select>
 </mapper>