KKSU
2024-04-16 1d5f689f34d827ac4be67fd84212a5cb7fc80d57
src/main/resources/mapper/dapp/DappHdRecordMapper.xml
@@ -16,6 +16,13 @@
         dapp_coin_price
         order by CREATE_TIME desc
    </select>
    <select id="findHdRecordInPage" resultType="cc.mrbird.febs.dapp.entity.DappHdRecord">
        SELECT
         *
      FROM
         dapp_hd_record
         order by CREATE_TIME desc
    </select>
   <select id="selectNewRecord" resultType="cc.mrbird.febs.dapp.entity.DappHdRecord">
      SELECT