src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -37,4 +37,13 @@ and a.is_inside = #{type} </select> <select id="selectByFlowId" resultType="cc.mrbird.febs.dapp.entity.MemberCoinWithdrawEntity"> SELECT a.* FROM member_coin_withdraw a where a.member_id = #{memberId} and a.flow_id = #{flowId} </select> </mapper>