2019232
2022-12-13 11e14ba210ed19aaf89cade6d5b51b6c53ca38aa
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -119,4 +119,13 @@
        where member_id = #{memberId}
          and type = #{type}
    </select>
    <select id="selectListByState" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">
        select *
        from dapp_fund_flow
        where status = #{status}
          and version = 1
        and type != 1
        and type != 6
    </select>
</mapper>