xiaoyong931011
2023-05-31 62c1a7f2638542a2ad2d326b47b4b6201cd983da
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -128,6 +128,18 @@
          and version = #{version}
          and from_hash is null
          and is_return = 2
          and type in (2,3,27)
        ORDER BY
            id ASC
            LIMIT 1
    </select>
    <select id="selectByStateAndVersionAndFromHashTwoLimitOne" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">
        select * from dapp_fund_flow
        where status = #{status}
          and from_hash is null
          and is_return = 2
          and type in (5,6)
        ORDER BY
            id ASC
            LIMIT 1