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