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