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>