src/main/resources/mapper/member/MemberAccountMoneyChangeDao.xml
@@ -64,4 +64,17 @@ order by id desc </select> <select id="selectByMemberIdInPage" resultType="com.xcong.excoin.modules.coin.parameter.vo.UsdtToGusdVo"> select * from member_account_money_change <if test="record != null"> <where> type = 1 and (content = '兑换GUSD' or content = '兑换USDT') <if test="record.memberId != null" > and member_id=#{record.memberId} </if> </where> </if> order by id desc </select> </mapper>