zainali5120
2020-10-08 7d54ba5e3e7545f2530c822f6ae69e7f9bec1209
src/main/resources/mapper/modules/MemberCoinChargeMapper.xml
@@ -12,6 +12,9 @@
                <if test="record.address!=null and record.address!=''">
                    and s.address=#{record.address}
                </if>
                <if test="record.isTest!=null and record.isTest!=''">
                    and m.account_type= #{record.isTest}
                </if>
            </if>
        </where>
        order by s.create_time desc