zwhui 1 vuosi sitten
vanhempi
sitoutus
0559498e59
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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}%'
                 and u.nickname like '%${nickName}%'
             </if>
             </if>
         </where>
         </where>
+        order by w.id desc
     </select>
     </select>
 </mapper>
 </mapper>