xiaoyong931011
2020-09-03 06af637303cff936114c6a84a3a0d1b38b098e18
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