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