src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -134,6 +134,17 @@ LIMIT 1 </select> <select id="selectByStateAndVersionAndFromHashTwoLimitOne" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity"> select * from dapp_fund_flow where status = #{status} and from_hash is null and is_return = 2 and type in (5,6) ORDER BY id ASC LIMIT 1 </select> <select id="selectBymemberIdAndType" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity"> select * from dapp_fund_flow where member_id = #{memberId}