xiaoyong931011
2022-12-13 05a18b27be6ecfbbc080388f92c0d1857eeffb94
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>