src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -77,9 +77,11 @@ a.status status, b.name, b.bind_phone bindPhone, c.bank_no bankNo, b.phone from mall_member_withdraw a inner join mall_member b on a.member_id=b.id inner join mall_member_bank c on c.member_id=b.id <where> <if test="record != null" > <if test="record.name!=null and record.name!=''">