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