xiaoyong931011
2021-12-01 9d3ab9b4ccd1bd6159af8743ee8df6f70a43b1d2
src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
@@ -36,6 +36,9 @@
                <if test="record.status!=null and record.status!=''">
                    and s.status= #{record.status}
                </if>
                <if test="record.address!=null and record.address!=''">
                    and s.address = #{record.address}
                </if>
                <if test="record.insidePhone!=null and record.insidePhone!=''">
                    and #{record.insidePhone} in (select phone from member where id = (select member_id from member_coin_address where address =s.address  and symbol =s.symbol and is_biyict=1))
                </if>