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