Helius
2021-05-27 7f133cb8fc080b64ab8002b35f04b646f95a6abf
src/main/resources/mapper/member/MemberAccountMoneyChangeDao.xml
@@ -63,7 +63,7 @@
      <if test="record != null">
            <where>
               type = 3
               and content like '%佣金到账%'
               and (content like '%佣金到账%' or content like '%活动%' or content like '%带单%')
                <if test="record.memberId != null" >
                    and member_id=#{record.memberId}
                </if>