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