src/main/resources/mapper/dapp/DappMemberDao.xml @@ -72,5 +72,6 @@ <if test="size != null"> limit ${size} </if> order by id desc </select> </mapper>