xiaoyong931011
2022-11-20 b70ac86f95acd31985d6c335b5ecb3b9578876d5
src/main/resources/mapper/dapp/DappOnHookAwardDao.xml
@@ -31,5 +31,15 @@
        limit 20
    </select>
    <select id="selectByIdLimitTT" resultType="cc.mrbird.febs.dapp.entity.DappOnHookAward">
        select
            a.*
        from dapp_on_hook_award a
            where
           a.id   &lt;= #{id}
        order by a.id desc
            limit 20
    </select>
</mapper>