xiaoyong931011
2023-05-29 20a6e66959f0ecc8f647f7a1a9b23da58cd69f2b
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