Helius
2020-06-15 0169b3c71efc064577a45c5058d458c9ef1cb94a
src/main/resources/mapper/modules/MemberMapper.xml
@@ -7,6 +7,9 @@
        select * from member
        <where>
            <if test="record != null" >
                <if test="record.inviteId !=null and record.inviteId!=''">
                    and find_in_set(#{record.inviteId}, referer_ids)
                </if>
                <if test="record.startTime!=null">
                    and create_time >=#{record.startTime}
                </if>