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>