src/main/resources/mapper/dapp/DappStorageMapper.xml
@@ -49,6 +49,16 @@ limit #{offset},#{count} </select> <select id="selectAmountByAmountDesc" resultType="cc.mrbird.febs.dapp.entity.DappStorage"> select * from dapp_storage order by amount desc limit #{offset},#{count} </select> <select id="selectListInPage" resultType="cc.mrbird.febs.dapp.entity.DappStorage"> select a.*,