xiaoyong931011
2021-03-30 594d7049597ed0b3981236801d0a0f9c67e641a5
src/main/resources/mapper/member/MemberAccountMoneyChangeDao.xml
@@ -64,7 +64,7 @@
      <if test="record != null">
            <where>
               type = 3
               and (content like '%佣金到账%' or content like '%活动%')
               and (content like '%佣金到账%' or content like '%活动%' or content like '%返佣金额%')
                <if test="record.memberId != null" >
                    and member_id=#{record.memberId}
                </if>