xiaoyong931011
2022-12-14 3753b1caaf47d24757ff959a3e7d70a00f067abe
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>