src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -587,10 +587,14 @@ b.account_login accountLogin from mall_member_charge a left join mall_member b on a.member_id = b.id left join mall_member_payment c on a.member_id = c.member_id <where> <if test="record.accountLogin!=null and record.accountLogin!=''"> and b.account_login like concat('%', #{record.accountLogin},'%') </if> <if test="record.address!=null and record.address!=''"> and a.address like concat('%', #{record.address},'%') </if> <if test="record.status!=null"> and a.state = #{record.status} </if>